Author: nickboldt
Date: 2010-05-27 10:15:43 -0400 (Thu, 27 May 2010)
New Revision: 22371
Modified:
trunk/build/publish.sh
Log:
add more rsync - copy renamed *Update*.zip files too
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2010-05-27 14:06:40 UTC (rev 22370)
+++ trunk/build/publish.sh 2010-05-27 14:15:43 UTC (rev 22371)
@@ -10,6 +10,7 @@
# copy into workspace for archiving
rm -fr ${WORKSPACE}/site; mkdir -p ${WORKSPACE}/site/${JOB_NAME}
rsync -aq ${WORKSPACE}/*/site/target/site.zip ${WORKSPACE}/site/${JOB_NAME}/${ZIPNAME}
+rsync -aq ${WORKSPACE}/*/*/site/target/*Update*.zip ${WORKSPACE}/site/${JOB_NAME}/
# copy into workspace for access by bucky aggregator
rsync -aq ${WORKSPACE}/*/site/target/site.zip ${WORKSPACE}/site/${SNAPNAME}
Show replies by date