Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-02-16 07:40:46 +0000
committerEike Stepper2011-02-16 07:40:46 +0000
commit3328f26bb1366e97f1fe9065521fedcb53843b27 (patch)
treed67592cc95f3451192df642ff78cfb69865149a4
parent75ca2cd3229e0f7e89bce05d9dc07b7882285ddc (diff)
downloadcdo-streams/3.0-maintenance.tar.gz
cdo-streams/3.0-maintenance.tar.xz
cdo-streams/3.0-maintenance.zip
added promotion scriptstreams/3.0-maintenance
-rw-r--r--releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh1
1 files changed, 0 insertions, 1 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 055f5e98c7..fd6d147456 100644
--- a/releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh
+++ b/releng/org.eclipse.emf.cdo.releng/hudson/promote-milestone.sh
@@ -45,4 +45,3 @@ echo ""
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"
echo ""
echo "svn cp -m "Tagging $branch as $stream-$milestone" https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/branches/$branch https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/tags/$stream-$milestone"
-svn cp -m "Tagging $branch as $stream-$milestone" https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/branches/$branch https://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo/tags/$stream-$milestone

Back to the top