blob: 51a2add8abcbd57fd68c895dd89377a2407e818e [file] [log] [blame]
mparkerdba46a62010-08-11 05:07:45 +00001#cronjob /opt/public/common/apache-ant-1.7.1/bin/ant -f /opt/users/hudsonbuild/.hudson/jobs/cbi-emft-mwe-0.7/workspace/build/org.eclipse.mwe.releng/promote.xml -Dpromote.properties=/opt/users/hudsonbuild/.hudson/jobs/cbi-emft-mwe-0.7/workspace/build/org.eclipse.mwe.releng/promote.properties 2>~/promo_logs/cbi-emft-mwe-0.7-promo-error.txt 1> ~/promo_logs/cbi-emft-mwe-0.7-promo.txt
2#new: bash promotion.sh mwe cbi-emft-mwe-0.7 promote.properties
3
4# source dir
mparkere4e3fb82010-08-12 02:55:43 +00005sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/amp.downloads
mparkerdba46a62010-08-11 05:07:45 +00006
7# target dir
8targetZipsDir=/home/data/httpd/download.eclipse.org/amp/drops/0.8.0
9# group owner of new files
10targetGroup=modeling.amp
11
12# type(s) to copy (N, I, M, S, R; default to all)
13buildTypes=N
14
15# synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch)
16synchMethod=add
17
18# if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents
19targetUpdateDir=/home/data/httpd/download.eclipse.org/amp/updates/nightly
20