aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-internal
diff options
context:
space:
mode:
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 61cb602..2557547 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 --force-yes pbuilder
+apt-get install -y --allow-unauthenticated 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 --force-yes fakeroot
+apt-get install -y --allow-unauthenticated fakeroot
# create the user similar to that used outside
groupadd -g "${BUILDRESULTGID}" -o pbgroup