From: Amos Jeffries Date: Sun, 8 Feb 2009 05:47:22 +0000 (+1300) Subject: TestBed: public branch name not always available. use checkout instead. X-Git-Tag: SQUID_3_2_0_1~1204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e59847594d55c5ba5f53f5d2338fcf779fbcce9;p=thirdparty%2Fsquid.git TestBed: public branch name not always available. use checkout instead. --- diff --git a/scripts/testbed.sh b/scripts/testbed.sh index 3c9e26c159..5106903a8e 100755 --- a/scripts/testbed.sh +++ b/scripts/testbed.sh @@ -14,7 +14,7 @@ # system details echo -n "SYSTEM: " && uname -rsim echo -n "DATE: " && date - echo -n "SQUID:" && (bzr info | grep "public branch") + echo -n "SQUID:" && (bzr info | grep "checkout of branch") # build results bzr update 2>&1