diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-12 19:12:00 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-12 20:13:32 +0100 |
commit | 3edfcea604b6dd8c6c4e157231169352485e7aec (patch) | |
tree | 3382334b6bd84d7103931293a5431f4530473d80 | |
parent | 95b426185b95d9b535d9c48eb50b51720dc271ae (diff) | |
download | jenkins.debian.net-3edfcea604b6dd8c6c4e157231169352485e7aec.tar.xz |
reproducible: create the pbuilder chroot with --allow-untrusted, should allow to ignore the expired Release file
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 2 |
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 |