[jbosstools-commits] JBoss Tools SVN: r41750 - branches/jbosstools-3.3.x/build/publish.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 6 13:17:08 EDT 2012


Author: nickboldt
Date: 2012-06-06 13:17:04 -0400 (Wed, 06 Jun 2012)
New Revision: 41750

Modified:
   branches/jbosstools-3.3.x/build/publish/publish.sh
Log:
JBDS-2197 debugging why script not copying new source zip to installer/ folder

Modified: branches/jbosstools-3.3.x/build/publish/publish.sh
===================================================================
--- branches/jbosstools-3.3.x/build/publish/publish.sh	2012-06-06 13:29:17 UTC (rev 41749)
+++ branches/jbosstools-3.3.x/build/publish/publish.sh	2012-06-06 17:17:04 UTC (rev 41750)
@@ -169,6 +169,7 @@
 
 foundSourcesZip=0
 # for now, but the JBDS sources into the /installer/ folder
+date; ls -l ${WORKSPACE}/sources/product/sources/target
 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/
@@ -190,6 +191,7 @@
 	popd
 	z=${STAGINGDIR}/all/${srczipname}; for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
 fi
+date
 
 mkdir -p ${STAGINGDIR}/logs
 



More information about the jbosstools-commits mailing list