mparker | 580c93b | 2009-09-10 01:02:24 +0000 | [diff] [blame] | 1 | # source dir |
mparker | d3815a4 | 2009-12-16 04:58:19 +0000 | [diff] [blame] | 2 | sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-amp-nightly/lastSuccessful/archive/build/ |
mparker | 580c93b | 2009-09-10 01:02:24 +0000 | [diff] [blame] | 3 | |
| 4 | # target dir |
mparker | 22c86e3 | 2009-11-06 20:41:05 +0000 | [diff] [blame] | 5 | targetZipsDir=/home/data/httpd/download.eclipse.org/amp/drops/nightly/0.5.0 |
mparker | 580c93b | 2009-09-10 01:02:24 +0000 | [diff] [blame] | 6 | |
| 7 | # group owner of new files |
mparker | 1450b02 | 2009-09-11 23:37:20 +0000 | [diff] [blame] | 8 | targetGroup=modeling.amp |
mparker | 580c93b | 2009-09-10 01:02:24 +0000 | [diff] [blame] | 9 | |
| 10 | # type(s) to copy (N, I, M, S, R; default to all) |
| 11 | buildTypes=N |
| 12 | |
| 13 | # synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch) |
mparker | 724805d | 2009-12-16 08:54:24 +0000 | [diff] [blame^] | 14 | synchMethod=add |
mparker | 580c93b | 2009-09-10 01:02:24 +0000 | [diff] [blame] | 15 | |
| 16 | # if set, update zip will be unpacked into destination dir and use synchMethod above to add or replace contents |
| 17 | targetUpdateDir=/home/data/httpd/download.eclipse.org/amp/updates/nightly |