Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-09-04 13:03:20 +0000
committerCamille Letavernier2013-09-04 13:03:20 +0000
commit68b21c2e6b185222e22f7b8f9687808a9796c998 (patch)
treeb64988f1bd3dec25ce34950afaeb52b3b14bc3e9
parent4f8d9f0e074e7ad1dada56c7d0256299b9a65b1b (diff)
downloadorg.eclipse.papyrus-68b21c2e6b185222e22f7b8f9687808a9796c998.tar.gz
org.eclipse.papyrus-68b21c2e6b185222e22f7b8f9687808a9796c998.tar.xz
org.eclipse.papyrus-68b21c2e6b185222e22f7b8f9687808a9796c998.zip
[Releng] Update Kepler build0.10.1_RC2
-rw-r--r--releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-0.10-maintenance-nightly/build-after.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-0.10-maintenance-nightly/build-after.sh b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-0.10-maintenance-nightly/build-after.sh
index 8428868093d..f2e4aa90179 100644
--- a/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-0.10-maintenance-nightly/build-after.sh
+++ b/releng/org.eclipse.mdt.papyrus.releng.buckminster/papyrus-0.10-maintenance-nightly/build-after.sh
@@ -23,9 +23,9 @@ promoteDirName=/opt/public/modeling/mdt/papyrus/papyrus-0.10-maintenance-nightly
FULL_BUILD_ID=$(cat $promoteDirName)
if [ -n "$BUILD_ALIAS" ]; then
- updateZipName=Papyrus-Update-incubation${BUILD_ALIAS}.zip
+ updateZipName=Papyrus-Update-incubation-${BUILD_ALIAS}.zip
else
- updateZipName=Papyrus-Update-incubation${FULL_BUILD_ID}.zip
+ updateZipName=Papyrus-Update-incubation-${FULL_BUILD_ID}.zip
fi
zipName="Papyrus-Main.zip"

Back to the top