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 /pdebuild-internal | |
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 'pdebuild-internal')
-rw-r--r-- | pdebuild-internal | 4 |
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 |