summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-12 19:12:00 +0000
committerHolger Levsen <holger@layer-acht.org>2015-11-12 20:13:32 +0100
commit3edfcea604b6dd8c6c4e157231169352485e7aec (patch)
tree3382334b6bd84d7103931293a5431f4530473d80 /bin/reproducible_setup_pbuilder.sh
parent95b426185b95d9b535d9c48eb50b51720dc271ae (diff)
downloadjenkins.debian.net-3edfcea604b6dd8c6c4e157231169352485e7aec.tar.xz
reproducible: create the pbuilder chroot with --allow-untrusted, should allow to ignore the expired Release file
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 753d7fae..dcb21d49 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"
+ sudo pbuilder --create $pbuilder_http_proxy --basetgz /var/cache/pbuilder/${NAME}-new.tgz --distribution $SUITE --extrapackages "$EXTRA_PACKAGES" --allow-untrusted
# apply further customisations, eg. install $PACKAGES from our repo
create_setup_tmpfile ${TMPFILE} "${PACKAGES}"
if [ "$DEBUG" = "true" ] ; then