[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fedora rpms: initialise yum as well

Holger Levsen holger at moszumanska.debian.org
Mon Dec 14 01:20: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 0e808e56083b0415642d2e291867e43cbc9d6764
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 14 02:20:35 2015 +0100

    reproducible fedora rpms: initialise yum as well
---
 bin/reproducible_setup_mock.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_mock.sh b/bin/reproducible_setup_mock.sh
index fe4d865..6c554b1 100755
--- a/bin/reproducible_setup_mock.sh
+++ b/bin/reproducible_setup_mock.sh
@@ -38,7 +38,9 @@ echo "$(date -u) - mock --init"
 mock -r $RELEASE-$ARCH --resultdir=. -v --init
 echo "$(date -u) - mock configured for $RELEASE on $ARCH."
 echo "$(date -u) - mock --install rpm-build"
-mock -r $RELEASE-$ARCH --resultdir=. -v --install rpm-build
+mock -r $RELEASE-$ARCH --resultdir=. -v --install rpm-build yum
 echo "$(date -u) - mock --update"
 mock -r $RELEASE-$ARCH --resultdir=. -v --update
+echo "$(date -u) - yum makecache"
+mock -r $RELEASE-$ARCH --resultdir=. -v --chroot yum makecache
 

-- 
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