[jbosstools-commits] JBoss Tools SVN: r39589 - branches/jbosstools-3.3.0.Beta1/build.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Mar 16 15:00:06 EDT 2012
Author: nickboldt
Date: 2012-03-16 15:00:06 -0400 (Fri, 16 Mar 2012)
New Revision: 39589
Modified:
branches/jbosstools-3.3.0.Beta1/build/publish.sh
Log:
missing bootstrap step when publishing a new job for the first time
Modified: branches/jbosstools-3.3.0.Beta1/build/publish.sh
===================================================================
--- branches/jbosstools-3.3.0.Beta1/build/publish.sh 2012-03-16 18:59:51 UTC (rev 39588)
+++ branches/jbosstools-3.3.0.Beta1/build/publish.sh 2012-03-16 19:00:06 UTC (rev 39589)
@@ -409,6 +409,7 @@
date; rsync -arzq --delete ${STAGINGDIR}/* $INTRNALDEST/builds/staging/${JOB_NAME}.next
# cycle internal copy of ${JOB_NAME} in staging and staging.previous
+ mkdir -p $INTRNALDEST/builds/staging/${JOB_NAME}/
# purge contents of /builds/staging.previous/${JOB_NAME} and remove empty dir
rm -fr $INTRNALDEST/builds/staging.previous/${JOB_NAME}/
# move contents of /builds/staging/${JOB_NAME} into /builds/staging.previous/${JOB_NAME}
More information about the jbosstools-commits
mailing list