diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-16 04:37:22 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-16 04:37:22 (GMT) |
commit | b8967599319c626d2cdcd11c0cef7305fe98ca73 (patch) | |
tree | bbbf79e4fb17a016ab97a1b46dcfaf8c603fdbcc /Misc/build.sh | |
parent | 658516617c4e31bac7c894631d99f0b718a4b7ae (diff) | |
download | cpython-b8967599319c626d2cdcd11c0cef7305fe98ca73.zip cpython-b8967599319c626d2cdcd11c0cef7305fe98ca73.tar.gz cpython-b8967599319c626d2cdcd11c0cef7305fe98ca73.tar.bz2 |
refresh every 12 hours for crazy people like me that keep the page up
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index f9d8f65..514921a 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -82,7 +82,11 @@ rm -rf $INSTALL_DIR ## create results file TITLE="Automated Python Build Results" -echo "<html><head><title>$TITLE</title></head>" >> $RESULT_FILE +echo "<html>" >> $RESULT_FILE +echo " <head>" >> $RESULT_FILE +echo " <title>$TITLE</title>" >> $RESULT_FILE +echo " <meta http-equiv=\"refresh\" content=\"43200\">" >> $RESULT_FILE +echo " </head>" >> $RESULT_FILE echo "<body>" >> $RESULT_FILE echo "<h2>Automated Python Build Results</h2>" >> $RESULT_FILE echo "<table>" >> $RESULT_FILE |