From bbe4675c87803815dec6d11849af6530ddea80fb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 8 Nov 2020 18:09:31 +0100 Subject: [PATCH] builds for f33 --- scripts/builds.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 4c8ba45..335e5d7 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -20,11 +20,16 @@ # 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 f31 -b @DATE@--f31 & -/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31-sfapy3 sfa-GITPATH=git://git.onelab.eu/sfa.git@python3 & +/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33 & [ -n "$SINGLE" ] && exit +/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31 & /root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 & +# forget about sfa/python3 for now +exit + +/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31-sfapy3 sfa-GITPATH=git://git.onelab.eu/sfa.git@python3 & + # this once just to check #/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py2-f29 -t lxcpy2-tags.mk & #/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--py2-f27 -t lxcpy2-tags.mk & -- 2.43.0