Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-02-16 05:17:53 +0000
committerEike Stepper2011-02-16 05:17:53 +0000
commit67ab460c5e3b89716569697984bd3ad0620076af (patch)
tree15d4f1d8553cada8a2f466bac95177704599dd01
parent083b764d0d967f5cd29a39abb7c8b9bbb86a7ba8 (diff)
downloadcdo-drops/3.0-SR2-RC4.tar.gz
cdo-drops/3.0-SR2-RC4.tar.xz
cdo-drops/3.0-SR2-RC4.zip
-rw-r--r--releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh b/releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh
index 69e583319e..dfdd1eac85 100644
--- a/releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh
+++ b/releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh
@@ -36,3 +36,7 @@ pushd /home/data/httpd/download.eclipse.org/modeling/emf/cdo/updates/$stream-mil
popd
rm -rf promote.tmp
+
+echo ""
+echo "After testing http://download.eclipse.org/modeling/emf/cdo/updates/$stream/$stream-$milestone-$label execute:"
+echo "pushd /home/data/httpd/download.eclipse.org/modeling/emf/cdo/updates/$stream; cp -R $stream-$milestone-$label staging.tmp; mv staging staging.old; mv staging.tmp staging; rm -rf staging.old; popd"

Back to the top