Subversion Repositories wimsdev

Rev

Rev 3019 | Rev 3047 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3019 Rev 3030
Line 1... Line 1...
1
!bound job2 within all,one,first default first
1
!bound job2 within all,one,first default first
2
 
2
 
3
!for t in site,cat,zone,delay,download_site
3
!for t in site,cat,zone,delay
4
 mu_$t=!defof mu_$t in wimshome/log/wims.conf
4
 mu_$t=!defof mu_$t in wimshome/log/wims.conf
5
 !default mu_$t=!defof DF_mu_$t in wimshome/src/defaults.conf
5
 !default mu_$t=!defof DF_mu_$t in wimshome/src/defaults.conf
6
!next t
6
!next t
7
 
7
 
8
mu_downloadcentername=$empty
-
 
9
!for depot in $mu_download_site
8
!readproc mu/publishdownload.def
10
 tmp=!defof publishname in wimshome/public_html/bases/sys/publishcenter/$depot
-
 
11
 tmp=!replace internal , by , in $tmp
-
 
12
 !default tmp=$depot
-
 
13
 mu_downloadcentername=!append item $tmp to $mu_downloadcentername
-
 
14
!next depot
-
 
15
 
-
 
16
!! inutile puisque de toute façon mu_site vaut la valeur de defaults.conf
-
 
17
!!if $mu_site=random or $mu_site=$empty
-
 
18
!! mu_site=!defof downloadsites in wimshome/public_html/bases/sys/downloaddata
-
 
19
!! mu_site=!randitem $mu_site
-
 
20
!!endif
-
 
21
 
9
 
22
!if $job2=one
10
!if $job2=one
23
 !changeto mu/one.proc
11
 !changeto mu/one.proc
24
!endif
12
!endif
25
 
13