From 0a9c965cfc1c5bcad218058836540d49d7b48f7e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Nov 2020 14:41:59 +0100 Subject: [PATCH] build only 29 and 33 and mark them as serversideonly --- scripts/builds.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 335e5d7..62bf698 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -20,15 +20,14 @@ # 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 f33 -b @DATE@--f33 & +/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serversideonly & [ -n "$SINGLE" ] && exit -/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31 & -/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 & +/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29-serversideonly & # 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 & +/root/bin/lbuild-nightly.sh -f f31 -b @DATE@--f31 & +/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-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 & -- 2.43.0