From 4cc8e7614b881506d695301d73a67235d08b377e Mon Sep 17 00:00:00 2001 From: Tom Jenkinson Date: Wed, 1 Jun 2016 20:50:17 +0100 Subject: [PATCH] Updated the commands to use when releasing BlackTie on Windows --- narayana-release-process.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/narayana-release-process.sh b/narayana-release-process.sh index bdf26dd97c..3b5fb87fd6 100755 --- a/narayana-release-process.sh +++ b/narayana-release-process.sh @@ -68,8 +68,6 @@ ssh hudson@lancel.eng.hst.ams2.redhat.com -x "export JAVA_HOME=/usr/local/jdk1.8 scp hudson@lancel.eng.hst.ams2.redhat.com:tmp/narayana/blacktie/blacktie/target/blacktie-${CURRENT}-centos54x64-bin.tar.gz ~/tmp/narayana/$CURRENT/ scp ~/tmp/narayana/$CURRENT/blacktie-${CURRENT}-centos54x64-bin.tar.gz jbosstm@filemgmt.jboss.org:/downloads_htdocs/jbosstm/${CURRENT}/binary/ echo "You need to execute the following commands on a Windows box" -echo "set WFLYISSUE=" -echo "set NOPAUSE=true" -echo "cd %USERPROFILE%\tmp & del \S narayana & git clone https://github.com/jbosstm/narayana & cd narayana & git fetch origin --tags & git clone -b %WFLYISSUE% https://github.com/jbosstm/jboss-as.git & cd jboss-as & git checkout %WFLYISSUE% & build.bat install -DskipTests & cd .." +echo "cd %USERPROFILE%\tmp & del \S narayana & git clone https://github.com/jbosstm/narayana & cd narayana & git fetch origin --tags" echo "set CURRENT=" -echo 'git checkout %CURRENT% & call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" & build.bat -f blacktie\wildfly-blacktie\pom.xml clean install -DskipTests & build.bat -f blacktie\pom.xml clean install -DskipTests & cd blacktie\blacktie\target & rsync -P --protocol=28 --chmod=ugo=rwX blacktie-%CURRENT%-vc9x32-bin.zip jbosstm@filemgmt.jboss.org:/downloads_htdocs/jbosstm/%CURRENT%/binary/blacktie-%CURRENT%-vc9x32-bin.zip' +echo 'set NOPAUSE=true & git checkout %CURRENT% & call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" & build.bat -f blacktie\wildfly-blacktie\pom.xml clean install -DskipTests & build.bat -f blacktie\pom.xml clean install -DskipTests & cd blacktie\blacktie\target & rsync -P --protocol=28 --chmod=ugo=rwX blacktie-%CURRENT%-vc9x32-bin.zip jbosstm@filemgmt.jboss.org:/downloads_htdocs/jbosstm/%CURRENT%/binary/blacktie-%CURRENT%-vc9x32-bin.zip' \ No newline at end of file