[jbosstools-commits] JBoss Tools SVN: r30377 - trunk/build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Apr 6 11:38:36 EDT 2011


Author: nickboldt
Date: 2011-04-06 11:38:36 -0400 (Wed, 06 Apr 2011)
New Revision: 30377

Modified:
   trunk/build/publish.sh
Log:
reorder creation of local file:// mirror BEFORE creation of remote one, since it's faster and can be up to date quicker

Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh	2011-04-06 15:38:34 UTC (rev 30376)
+++ trunk/build/publish.sh	2011-04-06 15:38:36 UTC (rev 30377)
@@ -259,11 +259,11 @@
 			#fi
 		fi
 
+		# and create/replace a snapshot dir outside Hudson which is file:// accessible
+		date; rsync -arzq --delete ${STAGINGDIR} $INTRNALDEST/builds/staging/
+
 		# and create/replace a snapshot dir w/ static URL
 		date; rsync -arzq --delete ${STAGINGDIR} $DESTINATION/builds/staging/
-
-		# and create/replace a snapshot dir outside Hudson which is file:// accessible
-		date; rsync -arzq --delete ${STAGINGDIR} $INTRNALDEST/builds/staging/
 	fi
 
 	# extra publish step for aggregate update sites ONLY



More information about the jbosstools-commits mailing list