From 9926ccf2ad5252ae73b91e5b83f39f606b550745 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 24 Apr 2025 15:51:21 +0200 Subject: [PATCH] 42 not 39 --- scripts/builds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 502636e..1ba281b 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -21,8 +21,8 @@ # Apr 2019: retrofit - default is sfa-4.0.3 i.e. python2, too much fuss otherwise # avoid using sfa in the build name, the tests then believe there is sfa available -/root/bin/lbuild-nightly.sh -f f39 -b @DATE@--f39-nofed & -#/root/bin/lbuild-nightly.sh -f f41 -b @DATE@--f41-nofed & +/root/bin/lbuild-nightly.sh -f f41 -b @DATE@--f41-nofed & +#/root/bin/lbuild-nightly.sh -f f39 -b @DATE@--f39-nofed & [ -n "$SINGLE" ] && exit #/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serverside & -- 2.47.0