From 443ab3329bb3acbbbde1efa75f2bb343402e8a9e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 7 Jan 2019 09:40:38 +0100 Subject: [PATCH] py3 becomes default --- scripts/builds.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 24e62d5..5884f20 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -18,11 +18,9 @@ # 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 -/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} -- 2.43.0