Author: nickboldt
Date: 2010-07-15 20:17:23 -0400 (Thu, 15 Jul 2010)
New Revision: 23467
Modified:
trunk/build/publish.sh
Log:
typo
Modified: trunk/build/publish.sh
===================================================================
--- trunk/build/publish.sh 2010-07-16 00:17:07 UTC (rev 23466)
+++ trunk/build/publish.sh 2010-07-16 00:17:23 UTC (rev 23467)
@@ -46,7 +46,7 @@
# note the job name, build number, SVN rev, and build ID of the latest snapshot zip
mkdir -p ${STAGINGDIR}/logs
METAFILE="${BUILD_ID}-H${BUILD_NUMBER}.txt"
- if [[ ${SVN_REVISION}} ]]; then
+ if [[ ${SVN_REVISION} ]]; then
METAFILE="${BUILD_ID}-H${BUILD_NUMBER}-r${SVN_REVISION}.txt"
fi
echo "SVN_REVISION = ${SVN_REVISION}" > ${STAGINGDIR}/logs/${METAFILE}
Show replies by date