1
2
3
4
5
6
7
8
9
10
11
|
[default]
SOMEVAR This should show up in SOMEVAR3
VARNOVAL
VARNOVAL_WITHSPACE
# target based getting of config file, look at afs.config and nfs.config
[include #{getenv fsname}.config]
[include #{getenv MT_RUN_AREA_HOME}/common_runconfigs.config]
# #{system echo 'VACKYVAR #{shell pwd}' > $MT_RUN_AREA_HOME/configs/$USER.config}
|
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
|
[default]
SOMEVAR This should show up in SOMEVAR3
VARNOVAL
VARNOVAL_WITHSPACE
QUICK %
# target based getting of config file, look at afs.config and nfs.config
[include #{getenv fsname}.config]
[include #{getenv MT_RUN_AREA_HOME}/common_runconfigs.config]
# #{system echo 'VACKYVAR #{shell pwd}' > $MT_RUN_AREA_HOME/configs/$USER.config}
|
41
42
43
44
45
46
47
48
|
SLEEPRUNNER 10
[ubuntu/nfs/sleep60]
SLEEPRUNNER 60
[ubuntu/nfs/sleep240]
SLEEPRUNNER 240
|
>
>
>
>
>
>
>
>
>
>
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
SLEEPRUNNER 10
[ubuntu/nfs/sleep60]
SLEEPRUNNER 60
[ubuntu/nfs/sleep240]
SLEEPRUNNER 240
[v1.63/tip/dev]
QUICKPATT %/desert,%/ae
# OTHER_PATT foo%/desert,%/ae
# [v1.63/%/%]
# QUICKPATT %/desert,%/ae
[nada/foo/bar]
junk foo
|