aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-internal
diff options
context:
space:
mode:
authordancer <dancer>2005-12-04 05:16:37 +0000
committerdancer <dancer>2005-12-04 05:16:37 +0000
commit5dbdf82ca9ae7ec6f11348ee788a398340c79464 (patch)
tree752311be19a8cc1ff7c5f62c44c2b04b575e0e37 /pdebuild-internal
parentacc4f8ccf72fb9aa095d5c912cb476ba60c0c52f (diff)
downloadpbuilder-5dbdf82ca9ae7ec6f11348ee788a398340c79464.tar
pbuilder-5dbdf82ca9ae7ec6f11348ee788a398340c79464.tar.gz
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.
Diffstat (limited to 'pdebuild-internal')
-rw-r--r--pdebuild-internal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdebuild-internal b/pdebuild-internal
index 2557547..61cb602 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -29,7 +29,7 @@ set -e
echo "Using: $Id$"
# I am probably running as root; make sure I have pbuilder installed here.
-apt-get install -y --allow-unauthenticated pbuilder
+apt-get install -y --force-yes pbuilder
# I'm not going to have the same LOGNAME as outside, I'm root.
export LOGNAME=root
@@ -69,7 +69,7 @@ done
export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
/usr/lib/pbuilder/pbuilder-satisfydepends
-apt-get install -y --allow-unauthenticated fakeroot
+apt-get install -y --force-yes fakeroot
# create the user similar to that used outside
groupadd -g "${BUILDRESULTGID}" -o pbgroup