Author: nickboldt
Date: 2010-06-18 11:53:14 -0400 (Fri, 18 Jun 2010)
New Revision: 22885
Modified:
trunk/build/publish.sh
Log:
support Athena builds' output better
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2010-06-18 15:12:56 UTC (rev 22884)
+++ trunk/build/publish.sh 2010-06-18 15:53:14 UTC (rev 22885)
@@ -19,8 +19,10 @@
fi
# if zips exist produced & renamed by ant script, copy them too
-for z in $(find ${WORKSPACE} -maxdepth 5 -mindepth 4 -name "*Update*.zip"); do
- rsync -aq $z ${WORKSPACE}/site/${JOB_NAME}/
+for z in $(find ${WORKSPACE} -maxdepth 5 -mindepth 3 -name "*Update*.zip"); do
+ echo "$z ..."
+ unzip -q $z -d ${WORKSPACE}/site/${JOB_NAME}/
+ rsync -aq $z ${WORKSPACE}/site/${SNAPNAME}
done
# publish to
download.jboss.org
@@ -31,4 +33,4 @@
if [[ -f ${WORKSPACE}/site/${SNAPNAME} ]]; then
# publish snapshot zip
rsync -arzq --delete ${WORKSPACE}/site/${SNAPNAME}
$DESTINATION/builds/nightly/3.2.helios/
-fi
\ No newline at end of file
+fi