From 6b3ffd7619e688264a4ec5df785845c281db5349 Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Tue, 11 May 2010 12:23:40 +0000 Subject: [PATCH] [releng] initial check-in of the promote script. --- .../promote-I.properties | 18 ++++++++++++ .../promote-N.properties | 18 ++++++++++++ releng/org.eclipse.tm.releng/promote.xml | 28 +++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 releng/org.eclipse.tm.releng/promote-I.properties create mode 100644 releng/org.eclipse.tm.releng/promote-N.properties create mode 100644 releng/org.eclipse.tm.releng/promote.xml 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