[Python-checkins] r55165 - python/trunk/Misc/build.sh

neal.norwitz python-checkins at python.org
Mon May 7 09:02:26 CEST 2007


Author: neal.norwitz
Date: Mon May  7 09:02:26 2007
New Revision: 55165

Modified:
   python/trunk/Misc/build.sh
Log:
Verify changes to the trunk go to the normal checkins list

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Mon May  7 09:02:26 2007
@@ -241,4 +241,3 @@
 rsync $RSYNC_OPTS html/* $REMOTE_SYSTEM:$REMOTE_DIR
 cd ../build
 rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/
-


More information about the Python-checkins mailing list