summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-12 08:44:55 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-12 08:44:55 +0100
commit6802a41aae5eb785ba67a5d518dbb5c85efdb088 (patch)
treea48ed7830812c3925c4b9d8c3ca463871e81ab99 /bin/reproducible_build_rpm.sh
parenta150aba675db129cd58d0a04a575036887a6d1a4 (diff)
downloadjenkins.debian.net-6802a41aae5eb785ba67a5d518dbb5c85efdb088.tar.xz
reproducible fedora rpms: don't try to update mock on the main node
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index ea28ccfe..8b8590f3 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -212,7 +212,7 @@ RELEASE="$1"
ARCH="$2"
SRCPACKAGE="" # package name
SRC_RPM="" # src rpm file name
-update_mock
+#update_mock # FIXME: we dont have to run mock on the main node yet, but we will need at least have to update yum there…
choose_package
# build package twice
mkdir b1 b2