From: Thierry Parmentelat Date: Fri, 29 Apr 2022 16:10:51 +0000 (+0200) Subject: rename nosfa into nofed as it otherwise fools the tests to believe they must test sfa X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=094c9fb11f01c03a085766eae00433795104bc6f rename nosfa into nofed as it otherwise fools the tests to believe they must test sfa --- diff --git a/scripts/builds.sh b/scripts/builds.sh index 92fdd9f..20516db 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -20,7 +20,8 @@ # Mar 2019: sfa is python3 # Apr 2019: retrofit - default is sfa-4.0.3 i.e. python2, too much fuss otherwise -/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nosfa & +# avoid using sfa in the build name, the tests then believe there is sfa available +/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nofed & /root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serverside & [ -n "$SINGLE" ] && exit