Author: nickboldt
Date: 2010-10-04 15:25:32 -0400 (Mon, 04 Oct 2010)
New Revision: 25468
Modified:
trunk/build/publishUpdateZipToStaging.sh
Log:
comment out unnecessary echos (clean Hudson log)
Modified: trunk/build/publishUpdateZipToStaging.sh
===================================================================
--- trunk/build/publishUpdateZipToStaging.sh 2010-10-04 19:24:53 UTC (rev 25467)
+++ trunk/build/publishUpdateZipToStaging.sh 2010-10-04 19:25:32 UTC (rev 25468)
@@ -17,10 +17,10 @@
# get zip name from zip.list.txt
path=$(wget -q
http://download.jboss.org/jbosstools/builds/staging/${JOBNAMEREDUX}/logs/... -O -
| egrep -- "-Update-" | head -1 | sed "s#,\\\\##");
-echo "Fetch ${path} as ${JOBNAMEREDUX}-Update.zip"
+#echo "Fetch ${path} as ${JOBNAMEREDUX}-Update.zip"
# to test locally, may need to use --protocol=29 and -P instead of -q
date; rsync -arzq --rsh=ssh ${DESTINATION}/builds/staging/${JOBNAMEREDUX}/${path}
${JOBNAMEREDUX}-Update.zip
-echo "Publish ${path} as ${JOBNAMEREDUX}-Update.zip"
+#echo "Publish ${path} as ${JOBNAMEREDUX}-Update.zip"
# to test locally, may need to use --protocol=29 and -P instead of -q
date; rsync -arzq --rsh=ssh ${JOBNAMEREDUX}-Update.zip ${DESTINATION}/updates/staging/