[jboss-svn-commits] JBL Code SVN: r38184 - labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 19 06:26:36 EDT 2012


Author: tomjenkinson
Date: 2012-09-19 06:26:36 -0400 (Wed, 19 Sep 2012)
New Revision: 38184

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
Updated to use 7.1-next branch

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-09-18 09:35:53 UTC (rev 38183)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-09-19 10:26:36 UTC (rev 38184)
@@ -24,13 +24,13 @@
 fi
 
 cd jboss-as
-git checkout -t origin/4_16_BRANCH
+git checkout -t origin/JBTM_EAP60x_MP
 if [ "$?" != "0" ]; then
 	exit -1
 fi
 
 git remote add upstream git://github.com/jbossas/jboss-as.git
-git pull --rebase --ff-only upstream master
+git pull --rebase --ff-only upstream 7.1-next
 if [ "$?" != "0" ]; then
 	exit -1
 fi



More information about the jboss-svn-commits mailing list