From: Neal Norwitz Date: Mon, 16 Jan 2006 04:37:22 +0000 (+0000) Subject: refresh every 12 hours for crazy people like me that keep the page up X-Git-Tag: v2.5a0~814 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8967599319c626d2cdcd11c0cef7305fe98ca73;p=thirdparty%2FPython%2Fcpython.git refresh every 12 hours for crazy people like me that keep the page up --- diff --git a/Misc/build.sh b/Misc/build.sh index f9d8f653b39e..514921a05d4b 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 "$TITLE" >> $RESULT_FILE +echo "" >> $RESULT_FILE +echo " " >> $RESULT_FILE +echo " $TITLE" >> $RESULT_FILE +echo " " >> $RESULT_FILE +echo " " >> $RESULT_FILE echo "" >> $RESULT_FILE echo "

Automated Python Build Results

" >> $RESULT_FILE echo "" >> $RESULT_FILE