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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 6 16:22:00 EDT 2012


Author: nickboldt
Date: 2012-06-06 16:22:00 -0400 (Wed, 06 Jun 2012)
New Revision: 41756

Modified:
   branches/jbosstools-3.3.x/build/publish/publish.sh
Log:
remove debugging stuff; this finally works because the job points at build/publish/publish.sh instead of obsolete build/publish.sh (I wish people wouldn't move stuff and then do an incomplete job of updating all the linkages)

Modified: branches/jbosstools-3.3.x/build/publish/publish.sh
===================================================================
--- branches/jbosstools-3.3.x/build/publish/publish.sh	2012-06-06 19:47:52 UTC (rev 41755)
+++ branches/jbosstools-3.3.x/build/publish/publish.sh	2012-06-06 20:22:00 UTC (rev 41756)
@@ -169,7 +169,6 @@
 
 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/
@@ -191,7 +190,6 @@
 	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