diff options
author | dancer <dancer> | 2005-12-04 04:36:28 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-12-04 04:36:28 +0000 |
commit | c083f6c7fc979dc0a9cb45e687e56360621d4cf5 (patch) | |
tree | d9f1022ca700985326b97673a60ec5ac5ff3c497 /pbuilder-updatebuildenv | |
parent | 99fe31b0e9686d8502e70f80d710f555cf19e5d8 (diff) | |
download | pbuilder-c083f6c7fc979dc0a9cb45e687e56360621d4cf5.tar pbuilder-c083f6c7fc979dc0a9cb45e687e56360621d4cf5.tar.gz |
* 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
Diffstat (limited to 'pbuilder-updatebuildenv')
-rwxr-xr-x | pbuilder-updatebuildenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-updatebuildenv b/pbuilder-updatebuildenv index 75a524f..56926ba 100755 --- a/pbuilder-updatebuildenv +++ b/pbuilder-updatebuildenv @@ -44,8 +44,8 @@ fi recover_aptcache $TRAP saveaptcache_umountproc_cleanbuildplace exit -$CHROOTEXEC /usr/bin/apt-get -y --force-yes "${FORCE_CONFNEW[@]}" 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 "${FORCE_CONFNEW[@]}" dist-upgrade +$CHROOTEXEC /usr/bin/apt-get -y --allow-unauthenticated install build-essential dpkg-dev apt $EXTRAPACKAGES save_aptcache # optionally auto-clean apt-cache |