summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-14 19:33:25 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-14 19:33:25 +0100
commit7bb713f14db4e12587241c852fc8910b3affa0cf (patch)
treeff93c14336fe94e381ee1be032c10439d90382c6 /bin/reproducible_build_rpm.sh
parent7b9f1a8b0bcb231bc18b18f4443e1b469ae53ae0 (diff)
downloadjenkins.debian.net-7bb713f14db4e12587241c852fc8910b3affa0cf.tar.xz
reproducible rpms: don't try to use yum inside mock, it doesnt work, for whatever reason
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index 6b12d298..dd76a39d 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -42,8 +42,9 @@ update_mock() {
echo "$(date -u ) - updating mock for $RELEASE ($ARCH) on $HOSTNAME now..."
mock -r $RELEASE-$ARCH --resultdir=. --cleanup-after -v --update 2>&1
echo "$(date -u ) - mock updated."
- yum -v check-update
- echo "$(date -u ) - yum updated."
+ # set the end of reproducible_setup_mock to learn why this is commented out
+ #yum -v check-update
+ #echo "$(date -u ) - yum updated."
touch $STAMP
else
echo "$(date -u ) - mock and yum not updated, last update was at $(TZ=UTC ls --full-time $STAMP | cut -d ' ' -f6-7 | cut -d '.' -f1) UTC."