summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 17:28:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 17:28:44 +0100
commit84a77401e9d1f78e290caa1f3aa82bd3fdf64f0d (patch)
treec65479d22549dc2705367942660eae92ed36d0c0 /bin/reproducible_common.sh
parent5a48af7b2b31fa31d027a1a5f8e884b5eef04bf1 (diff)
downloadjenkins.debian.net-84a77401e9d1f78e290caa1f3aa82bd3fdf64f0d.tar.xz
reproducible fedora: first shot at building rpm based distros.
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index a6e4a154..43349a3b 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -56,6 +56,9 @@ USERTAGS="toolchain infrastructure timestamps fileordering buildpath username ho
ARCHLINUX_BUILD_NODE=profitbricks-build3-amd64
ARCHLINUX_REPOS="core extra"
+# common settings for testing rpm based distros
+RPM_BUILD_NODE=profitbricks-build3-amd64
+
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)