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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jun 5 04:18:35 EDT 2013


Author: tomjenkinson
Date: 2013-06-05 04:18:35 -0400 (Wed, 05 Jun 2013)
New Revision: 38341

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
Updated to not track the branch

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2013-05-31 19:29:23 UTC (rev 38340)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2013-06-05 08:18:35 UTC (rev 38341)
@@ -29,12 +29,6 @@
 	exit -1
 fi
 
-git remote add upstream git://github.com/jbossas/jboss-as.git
-git pull --rebase --ff-only upstream 7.1
-if [ "$?" != "0" ]; then
-	exit -1
-fi
-
 MAVEN_OPTS=-XX:MaxPermSize=256m ./build.sh clean install -DskipTests
 if [ "$?" != "0" ]; then
 	exit -1



More information about the jboss-svn-commits mailing list