summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-11-11 20:20:35 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-11 20:20:35 +0100
commit16e103a25bf4ae74a004a6072253db99668a9db8 (patch)
tree8ca7a7e3b6be9a6d362991110a297e1533227153
parent8ae574a9be9f5d794ec0a7aafc7b19fab7c4042d (diff)
downloadjenkins.debian.net-16e103a25bf4ae74a004a6072253db99668a9db8.tar.xz
reprodocible debian: setup_pbuilder: stop installing gnupg2 in our chroot, not needed anymore now
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-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 87fd3e64..90a69c5b 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -102,7 +102,7 @@ setup_pbuilder() {
NAME=$1
shift
PACKAGES="$@" # from our repo
- EXTRA_PACKAGES="locales-all fakeroot disorderfs gnupg2" # from sid
+ EXTRA_PACKAGES="locales-all fakeroot disorderfs" # from sid
echo "$(date -u) - creating /var/cache/pbuilder/${NAME}.tgz now..."
TMPFILE=$(mktemp --tmpdir=$TEMPDIR pbuilder-XXXXXXXXX)
LOG=$(mktemp --tmpdir=$TEMPDIR pbuilder-XXXXXXXX)