forked from vanessa-opensource/vanessa-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwatch.json
36 lines (35 loc) · 901 Bytes
/
watch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"check-source-repo" : {
"connectionstring":"/F./build/ibservice",
"user":"",
"password":"",
"inDir":"./",
"outDir":"./build/out/",
"name":"check_all_src",
"autoupdate":[
{"autoupdate":"check_all_work_files"}
]
}
},
{
"check-work-copy" : {
"connectionstring":"/F./build/ibservice",
"user":"",
"password":"",
"inDir":"./build/out/",
"outDir":"./",
"name":"check_all_work_files",
"autoupdate": "check_all_src"
}
},
{
"check-config-sources" : {
"connectionstring":"/F./build/ib",
"user":"",
"password":"",
"inDir":"./CF/83/",
"autoupdate":"true"
}
}
]