Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f587935e1034412904c4a4f5958023e960f721b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# source dir
sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-papyrus-0.7-nightly/lastSuccessful/archive/build

# target dir
targetZipsDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/downloads/drops/0.7.1

# group owner of new files
targetGroup=common

# type(s) to copy (N, I, M, S, R; default to all)
buildTypes=N

# synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch)
synchMethod=add

# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents 
targetUpdateDir=/home/data/httpd/download.eclipse.org/modeling/mdt/papyrus/updates/nightly/helios

Back to the top