From 5dbdf82ca9ae7ec6f11348ee788a398340c79464 Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 4 Dec 2005 05:16:37 +0000 Subject: Revert to using --force-yes, since --allow-unauthenticated doesn't work with sarge * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing --force-yes option", thanks to qfunk (Closes: #340715). Note: --allow-unauthenticated is probably a better option here, but apt-get in sarge does not support it, we will revisit it after etch. --- examples/execute_installtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/execute_installtest.sh') diff --git a/examples/execute_installtest.sh b/examples/execute_installtest.sh index 35b72b9..8159b1a 100755 --- a/examples/execute_installtest.sh +++ b/examples/execute_installtest.sh @@ -19,7 +19,7 @@ INSTALLTESTPID=$$ ( sleep 1h ; kill $INSTALLTESTPID ) & KILLPID=$! -apt-get install -y --allow-unauthenticated "$1" < /dev/null +apt-get install -y --force-yes "$1" < /dev/null kill $KILLPID -- cgit v1.2.3