From 0cd7f700b570dcb1fc38033fdd5008c8c86d1bc3 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 21 Dec 2018 12:29:32 +0100 Subject: [PATCH] new naming scheme --- scripts/builds.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 99b29c5..24e62d5 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -16,12 +16,13 @@ # -y pg testing only the pg rspecs # 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 -t lxcpy3-tags.mk -f f29 -b @DATE@--f29-py3 & +/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py3-f29 -t lxcpy3-tags.mk & [ -n "$SINGLE" ] && exit -/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--f29 & -/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 & -/root/bin/lbuild-nightly.sh -t lxcpy3-tags.mk -f f27 -b @DATE@--f27-py3 & +/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 & ### sfa from stable # fedora=f25; branch=noslicemgr; name=${branch} -- 2.43.0