mparker | dba46a6 | 2010-08-11 05:07:45 +0000 | [diff] [blame] | 1 | #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 |
mparker | e4e3fb8 | 2010-08-12 02:55:43 +0000 | [diff] [blame^] | 5 | sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/workspace/amp.downloads |
mparker | dba46a6 | 2010-08-11 05:07:45 +0000 | [diff] [blame] | 6 | |
| 7 | # target dir |
| 8 | targetZipsDir=/home/data/httpd/download.eclipse.org/amp/drops/0.8.0 |
| 9 | # group owner of new files |
| 10 | targetGroup=modeling.amp |
| 11 | |
| 12 | # type(s) to copy (N, I, M, S, R; default to all) |
| 13 | buildTypes=N |
| 14 | |
| 15 | # synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch) |
| 16 | synchMethod=add |
| 17 | |
| 18 | # if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents |
| 19 | targetUpdateDir=/home/data/httpd/download.eclipse.org/amp/updates/nightly |
| 20 | |