X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=blobdiff_plain;f=scripts%2Fbuilds.sh;fp=scripts%2Fbuilds.sh;h=62bf69861cb7131d5dc5c301fcd9e758e3e0a17e;hp=335e5d7808ee53ec2f32ee0cfaa3c52be65162fe;hb=0a9c965cfc1c5bcad218058836540d49d7b48f7e;hpb=bbe4675c87803815dec6d11849af6530ddea80fb 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 &