py3 becomes default
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 7 Jan 2019 08:40:38 +0000 (09:40 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 7 Jan 2019 08:40:38 +0000 (09:40 +0100)
scripts/builds.sh

index 24e62d5..5884f20 100755 (executable)
 # 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
 
 # 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
 
-/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py3-f29 -t lxcpy3-tags.mk &
+/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 &
 [ -n "$SINGLE" ] && exit
 [ -n "$SINGLE" ] && exit
-/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py2-f29 &
-/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--py2-f27 &
-/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--py3-f27 -t lxcpy3-tags.mk &
+/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 &
 
 ### sfa from stable
 # fedora=f25; branch=noslicemgr; name=${branch}
 
 ### sfa from stable
 # fedora=f25; branch=noslicemgr; name=${branch}