From: Thierry Parmentelat Date: Thu, 11 Apr 2019 15:56:02 +0000 (+0200) Subject: 2 default builds with sfa/python2 and one on f29 with sfa/python3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=1235365b86d714cbaf7ae37422fc3d1bc1036fe9;p=infrastructure.git 2 default builds with sfa/python2 and one on f29 with sfa/python3 --- diff --git a/scripts/builds.sh b/scripts/builds.sh index ee8e9f6..7dbc09b 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -18,10 +18,12 @@ # May 2018: check-initscripts is no longer part of the standard test suite # Dec 2018: check-tcp is no longer part of the standard test suite # 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 f29 -b @DATE@--f29 & [ -n "$SINGLE" ] && exit /root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 & +/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29-sfa3 sfa-GITPATH=git://git.onelab.eu/sfa.git@master & # this once just to check #/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py2-f29 -t lxcpy2-tags.mk &