From: Thierry Parmentelat Date: Thu, 18 Dec 2025 14:02:17 +0000 (+0100) Subject: stupidest mistake ever - builds labeled as 43 were indeed 41 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=323b78e10d7eb6d3a13bada0a64e98637dab8881;p=infrastructure.git stupidest mistake ever - builds labeled as 43 were indeed 41 --- diff --git a/scripts/builds.sh b/scripts/builds.sh index 74c2fa8..3a2a7f1 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -21,6 +21,6 @@ # 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 f41 -b @DATE@--f43-nofed & +/root/bin/lbuild-nightly.sh -f f43 -b @DATE@--f43-nofed & # /root/bin/lbuild-nightly.sh -f f41 -b @DATE@--f41-nofed & [ -n "$SINGLE" ] && exit