[Qa-jenkins-scm] [jenkins.debian.net] 01/02: Revert "reproducible: create the pbuilder chroot with --allow-untrusted, should allow to ignore the expired Release file"

Holger Levsen holger at moszumanska.debian.org
Thu Nov 12 19:38:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f778b865a98a293eb24fe682d40a6393c7d6d9f1
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Nov 12 19:33:25 2015 +0000

    Revert "reproducible: create the pbuilder chroot with --allow-untrusted, should allow to ignore the expired Release file"
    
    This reverts commit 259ddd6e62054bb5858f7a4963f4aa18093c9c77.
---
 bin/reproducible_setup_pbuilder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index dcb21d4..753d7fa 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list