diff --git a/releng/org.eclipse.tm.releng/promote-I.properties b/releng/org.eclipse.tm.releng/promote-I.properties new file mode 100644 index 00000000000..88ce950d7d1 --- /dev/null +++ b/releng/org.eclipse.tm.releng/promote-I.properties @@ -0,0 +1,18 @@ +# source dir +sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/ + +# target dir +targetZipsDir=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/3.2.0 + +# group owner of new files +targetGroup=dsdp-tmadmin + +# type(s) to copy (N, I, M, S, R; default to all) +buildTypes=N,I,M,S,R + +# synch method method (add or replace; add = keep adding new builds; replace = keep 1 build per branch) +#synchMethod=add +synchMethod=replace + +# 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/dsdp/tm/updates/3.2interim/ diff --git a/releng/org.eclipse.tm.releng/promote-N.properties b/releng/org.eclipse.tm.releng/promote-N.properties new file mode 100644 index 00000000000..a61fdcc941d --- /dev/null +++ b/releng/org.eclipse.tm.releng/promote-N.properties @@ -0,0 +1,18 @@ +# source dir +sourceZipsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-tm-3.2-nightly/ + +# target dir +targetZipsDir=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/3.2.0 + +# group owner of new files +targetGroup=dsdp-tmadmin + +# 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 +#synchMethod=replace + +# 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/dsdp/tm/updates/3.2interim/ diff --git a/releng/org.eclipse.tm.releng/promote.xml b/releng/org.eclipse.tm.releng/promote.xml new file mode 100644 index 00000000000..9c3ecd3f9cd --- /dev/null +++ b/releng/org.eclipse.tm.releng/promote.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + \ No newline at end of file