[gs-cvs] rev 8860 - trunk/ghostpdl/tools
giles at ghostscript.com
giles at ghostscript.com
Mon Jul 21 17:31:11 PDT 2008
Author: giles
Date: 2008-07-21 17:31:11 -0700 (Mon, 21 Jul 2008)
New Revision: 8860
Modified:
trunk/ghostpdl/tools/clusterpush.sh
Log:
Update clusterpush to be more specific about where copies a revision
from.
Modified: trunk/ghostpdl/tools/clusterpush.sh
===================================================================
--- trunk/ghostpdl/tools/clusterpush.sh 2008-07-21 23:45:08 UTC (rev 8859)
+++ trunk/ghostpdl/tools/clusterpush.sh 2008-07-22 00:31:11 UTC (rev 8860)
@@ -42,7 +42,7 @@
LATEST='gs'
else
LATEST=`ssh $HOST 'for file in \`ls regression |\
- egrep ghostpcl-r[0-9]+\+[0-9]+ | sort -r | head\`; do\
+ egrep ghostpcl-r[0-9]+[+][0-9]+$ | sort -r | head\`; do\
if test -r regression/$file/reg_baseline.txt; then\
echo $file; break;\
fi;\
More information about the gs-cvs
mailing list