From 3edfcea604b6dd8c6c4e157231169352485e7aec Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 12 Nov 2015 19:12:00 +0000 Subject: reproducible: create the pbuilder chroot with --allow-untrusted, should allow to ignore the expired Release file --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_pbuilder.sh') 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 -- cgit v1.2.3-70-g09d2