diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-07 07:02:26 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-05-07 07:02:26 (GMT) |
commit | 58e123d75ef5858fcae7c52cd0b2dc412f4dd316 (patch) | |
tree | c5e2036cf1d138a4544a5910ad4254f385e30c89 /Misc/build.sh | |
parent | 8549ce335fb14dfa7ed5fe434984e18166b47a62 (diff) | |
download | cpython-58e123d75ef5858fcae7c52cd0b2dc412f4dd316.zip cpython-58e123d75ef5858fcae7c52cd0b2dc412f4dd316.tar.gz cpython-58e123d75ef5858fcae7c52cd0b2dc412f4dd316.tar.bz2 |
Verify changes to the trunk go to the normal checkins list
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 5936dfd..b153fd5 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -241,4 +241,3 @@ echo "</html>" >> $RESULT_FILE rsync $RSYNC_OPTS html/* $REMOTE_SYSTEM:$REMOTE_DIR cd ../build rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/ - |