Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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