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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 19 05:06:19 EST 2012


Author: tomjenkinson
Date: 2012-11-19 05:06:19 -0500 (Mon, 19 Nov 2012)
New Revision: 38249

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
AS branch name changed from 7.1-next to 7.1

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-11-16 09:11:22 UTC (rev 38248)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-11-19 10:06:19 UTC (rev 38249)
@@ -30,7 +30,7 @@
 fi
 
 git remote add upstream git://github.com/jbossas/jboss-as.git
-git pull --rebase --ff-only upstream 7.1-next
+git pull --rebase --ff-only upstream 7.1
 if [ "$?" != "0" ]; then
 	exit -1
 fi



More information about the jboss-svn-commits mailing list