diff options
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index f9d8275b..da5c407f 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -82,7 +82,7 @@ run_diffoscope_on_results() { # # main # -#FREEBSD_TARGETS="master stable/10 release/10.3.0" +#FREEBSD_TARGETS="master stable/11 release/11.0" # temporarily just build one branch… FREEBSD_TARGETS="master" # arrays to save results |