summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-12 19:33:25 +0000
committerHolger Levsen <holger@layer-acht.org>2015-11-12 20:38:12 +0100
commitf778b865a98a293eb24fe682d40a6393c7d6d9f1 (patch)
treea2a0bf5380badd9f1d95f2c33546e994798bf7fc /bin/reproducible_setup_pbuilder.sh
parent3edfcea604b6dd8c6c4e157231169352485e7aec (diff)
downloadjenkins.debian.net-f778b865a98a293eb24fe682d40a6393c7d6d9f1.tar.xz
Revert "reproducible: create the pbuilder chroot with --allow-untrusted, should allow to ignore the expired Release file"
This reverts commit 259ddd6e62054bb5858f7a4963f4aa18093c9c77.
Diffstat (limited to 'bin/reproducible_setup_pbuilder.sh')
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index dcb21d49..753d7fae 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -98,7 +98,7 @@ setup_pbuilder() {
pbuilder_http_proxy="--http-proxy $http_proxy"
fi
# setup base.tgz
- sudo pbuilder --create $pbuilder_http_proxy --basetgz /var/cache/pbuilder/${NAME}-new.tgz --distribution $SUITE --extrapackages "$EXTRA_PACKAGES" --allow-untrusted
+ sudo pbuilder --create $pbuilder_http_proxy --basetgz /var/cache/pbuilder/${NAME}-new.tgz --distribution $SUITE --extrapackages "$EXTRA_PACKAGES"
# apply further customisations, eg. install $PACKAGES from our repo
create_setup_tmpfile ${TMPFILE} "${PACKAGES}"
if [ "$DEBUG" = "true" ] ; then