From c083f6c7fc979dc0a9cb45e687e56360621d4cf5 Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 4 Dec 2005 04:36:28 +0000 Subject: * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing --allow-unauthenticated option", thanks to qfunk (Closes: #340715). - fixed other scripts to use --allow-unauthenticated option rather than --force-yes. * debconf compatibility level 4 --- pbuilder-createbuildenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilder-createbuildenv') diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv index 9435bff..bc81e89 100755 --- a/pbuilder-createbuildenv +++ b/pbuilder-createbuildenv @@ -84,8 +84,8 @@ if [ -n "$REMOVEPACKAGES" ]; then $CHROOTEXEC /usr/bin/dpkg --purge $REMOVEPACKAGES fi recover_aptcache -$CHROOTEXEC /usr/bin/apt-get -y --force-yes dist-upgrade -$CHROOTEXEC /usr/bin/apt-get -y --force-yes install build-essential dpkg-dev apt $EXTRAPACKAGES +$CHROOTEXEC /usr/bin/apt-get -y --allow-unauthenticated dist-upgrade +$CHROOTEXEC /usr/bin/apt-get -y --allow-unauthenticated install build-essential dpkg-dev apt $EXTRAPACKAGES save_aptcache $CHROOTEXEC /usr/bin/apt-get clean -- cgit v1.2.3