]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Dummy script to allow 3.0 snapshots.
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Oct 2008 02:04:35 +0000 (15:04 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 30 Oct 2008 02:04:35 +0000 (15:04 +1300)
Squid 3.x now depend on the TestBed scripts verifying the current code
before any snapshot can be built.

Since 3.0 has no TestBed integration we use this dummy script as bypass.

test-builds.sh [new file with mode: 0644]

diff --git a/test-builds.sh b/test-builds.sh
new file mode 100644 (file)
index 0000000..d27fd5b
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Dummy script to allow 3.0 snapshots now that 3.x depends
+# on a clean bill of health before snapshots are built.
+#
+echo "NOP: 3.0 has no TestBed integration."