From: Amos Jeffries Date: Tue, 11 Aug 2009 05:24:06 +0000 (+1200) Subject: Drop temporary testbed script. obsolete X-Git-Tag: SQUID_3_2_0_1~799 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0af703f72e93b7ff34fd205f15ec7c47a7002bf3;p=thirdparty%2Fsquid.git Drop temporary testbed script. obsolete --- diff --git a/scripts/testbed.sh b/scripts/testbed.sh deleted file mode 100755 index 6ca24a8901..0000000000 --- a/scripts/testbed.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# cron Preparation Needed: -# cd ~/squid-3 && /bin/sh ./scripts/testbed.sh -# - -( -# report email headers - echo "To: noc@squid-cache.org" - echo "From: ${2}" - echo "Subject: Build Test on ${1}" - echo "" - -# system details - echo -n "SYSTEM: " && uname -rsim - echo -n "DATE: " && date - echo -n "SQUID:" && (bzr info | grep "checkout of branch") - -# build results - bzr update 2>&1 - ./bootstrap.sh && - ./test-builds.sh --cleanup - -) | /usr/sbin/sendmail -t