summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-27 01:58:00 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-27 01:58:00 +0100
commit3cd3b19b37ead8f64473b4b3e57086e4b0d4ee80 (patch)
treeca6a037c4eca6456f1b35e3be500cbc342361aa7 /bin/reproducible_freebsd.sh
parent39d6f9c07be515e3549f5381ca7a27006c42d25b (diff)
downloadjenkins.debian.net-3cd3b19b37ead8f64473b4b3e57086e4b0d4ee80.tar.xz
reproducible freebsd: temporarily only build master branch
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 5ba17bea..8096a552 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -82,7 +82,9 @@ run_diffoscope_on_results() {
#
# main
#
-FREEBSD_TARGETS="master stable/10 release/10.2.0"
+#FREEBSD_TARGETS="master stable/10 release/10.2.0"
+# temporarily just build one branch…
+FREEBSD_TARGETS="master"
# arrays to save results
declare -A ALL_FILES
declare -A GOOD_FILES