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

neal.norwitz python-checkins at python.org
Tue Jun 27 06:23:08 CEST 2006


Author: neal.norwitz
Date: Tue Jun 27 06:23:06 2006
New Revision: 47116

Modified:
   python/trunk/Misc/build.sh
Log:
Test unimportant change to verify buildbot does not try to build

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Tue Jun 27 06:23:06 2006
@@ -220,4 +220,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