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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 12 02:09:14 EDT 2012


Author: zhfeng
Date: 2012-04-12 02:09:13 -0400 (Thu, 12 Apr 2012)
New Revision: 38005

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
JBTM-1112 update to git pull from jboss-as upstream

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-12 05:55:47 UTC (rev 38004)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-12 06:09:13 UTC (rev 38005)
@@ -23,7 +23,8 @@
 	exit -1
 fi
 
-git pull --rebase --ff-only origin master
+git remote add upstream git://github.com/jbossas/jboss-as.git
+git pull --rebase --ff-only upstream master
 if [ "$?" != "0" ]; then
 	exit -1
 fi



More information about the jboss-svn-commits mailing list