diff options
-rwxr-xr-x | bin/reproducible_freebsd.sh | 4 |
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 |