[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: install EXTRA_PACKAGES when setting up pbuilder and not during each and every build - this needs a second commit once all pbuilder base.tgz's are updated
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 17:48:56 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 049a78fc635815773c96b8509cc2515a84fbcefb
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 19:48:29 2015 +0200
reproducible: install EXTRA_PACKAGES when setting up pbuilder and not during each and every build - this needs a second commit once all pbuilder base.tgz's are updated
---
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 0fddb1d..02e198d 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -80,7 +80,7 @@ setup_pbuilder() {
NAME=$1
shift
PACKAGES="$@"
- EXTRA_PACKAGES="locales-all"
+ EXTRA_PACKAGES="locales-all fakeroot disorderfs"
echo "$(date) - creating /var/cache/pbuilder/${NAME}.tgz now..."
TMPFILE=$(mktemp --tmpdir=$TEMPDIR pbuilder-XXXXXXXXX)
LOG=$(mktemp --tmpdir=$TEMPDIR pbuilder-XXXXXXXX)
--
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