Author: nickboldt
Date: 2010-09-30 20:10:26 -0400 (Thu, 30 Sep 2010)
New Revision: 25375
Modified:
branches/jbosstools-3.2.0.Beta1/build/publish.sh
Log:
creating a named dir in staging eats too much disk / requires manual cleanup (or me to
write a script), so stop doing that for now
Modified: branches/jbosstools-3.2.0.Beta1/build/publish.sh
===================================================================
--- branches/jbosstools-3.2.0.Beta1/build/publish.sh 2010-10-01 00:10:08 UTC (rev 25374)
+++ branches/jbosstools-3.2.0.Beta1/build/publish.sh 2010-10-01 00:10:26 UTC (rev 25375)
@@ -179,10 +179,11 @@
fi
rm -f /tmp/latestBuild.html
else
+ # COMMENTED OUT as this uses too much disk space
# if a release build, create a named dir
- if [[ ${RELEASE} == "Yes" ]]; then
- date; rsync -arzq --delete ${STAGINGDIR}/*
$DESTINATION/builds/staging/${JOB_NAME}-${ZIPSUFFIX}/
- fi
+ #if [[ ${RELEASE} == "Yes" ]]; then
+ # date; rsync -arzq --delete ${STAGINGDIR}/*
$DESTINATION/builds/staging/${JOB_NAME}-${ZIPSUFFIX}/
+ #fi
fi
# and create/replace a snapshot dir w/ static URL
Show replies by date