Author: nickboldt
Date: 2012-10-10 00:27:55 -0400 (Wed, 10 Oct 2012)
New Revision: 44394
Modified:
trunk/build/publish/publish.sh
Log:
update comments in publish script
Modified: trunk/build/publish/publish.sh
===================================================================
--- trunk/build/publish/publish.sh 2012-10-10 04:27:09 UTC (rev 44393)
+++ trunk/build/publish/publish.sh 2012-10-10 04:27:55 UTC (rev 44394)
@@ -171,16 +171,11 @@
fi
foundSourcesZip=0
-# for now, put the JBDS sources into the /installer/ folder
+# put the JBDS sources into the /installer/ folder
for z in $(find ${WORKSPACE}/sources/product/sources/target -type f -name
"jbdevstudio-product-sources-*.zip"); do
for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
mkdir -p ${STAGINGDIR}/installer/
rsync -aq $z ${z}.MD5 ${STAGINGDIR}/installer/
- # [fix for DEPRECATED PDE installer build] provide symlink so that the .product build
can find the sources zip using a generic name, where SRCSNAME =
${JOB_NAME}-Sources-${ZIPSUFFIX}.zip
- #mkdir -p ${STAGINGDIR}/all; pushd ${STAGINGDIR}/all >/dev/null
- #ln -s ../installer/${z##*/} ${SRCSNAME}
- #ln -s ../installer/${z##*/}.MD5 ${SRCSNAME}.MD5
- #popd >/dev/null
foundSourcesZip=1
done
if [[ $foundSourcesZip -eq 0 ]]; then
Show replies by date