Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremie.tatibouet2016-06-08 13:23:22 +0000
committerjeremie.tatibouet2016-06-08 13:23:22 +0000
commit5655d414fd1f584ad63f5b3d58faa1bfad700a84 (patch)
tree3baf5c2c51b32b17989535502cf0446b96f5b38c
parent06ab6e197c0e5205584fa9264681d464f8bef903 (diff)
downloadorg.eclipse.papyrus-moka-5655d414fd1f584ad63f5b3d58faa1bfad700a84.tar.gz
org.eclipse.papyrus-moka-5655d414fd1f584ad63f5b3d58faa1bfad700a84.tar.xz
org.eclipse.papyrus-moka-5655d414fd1f584ad63f5b3d58faa1bfad700a84.zip
Update promote script to make sure right Eclipse-SDK is usedneon2.0.0a2.0.0
Change-Id: I8faff799b46b678a29cc2d9fcd00de8c50613504 Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr>
-rwxr-xr-xreleng/org.eclipse.papyrus.moka.p2/publish.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/org.eclipse.papyrus.moka.p2/publish.sh b/releng/org.eclipse.papyrus.moka.p2/publish.sh
index f816b530..c56ae8f3 100755
--- a/releng/org.eclipse.papyrus.moka.p2/publish.sh
+++ b/releng/org.eclipse.papyrus.moka.p2/publish.sh
@@ -209,7 +209,8 @@ echo "Downloading eclipse to $PWD"
cp /home/data/httpd/download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz .
ls -la
-tar -xzf eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gzcd eclipse
+tar -xzf eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz
+cd eclipse
chmod 700 eclipse
cd ..
if [ ! -d "eclipse" ];

Back to the top