From 0f9d55936cdd62bb3b3d338ad3373a7de3b2b6a6 Mon Sep 17 00:00:00 2001
From: parmentelat <thierry.parmentelat@inria.fr>
Date: Wed, 9 Jan 2019 11:55:18 +0100
Subject: [PATCH] turn off py2 builds, that worked all right with all the tags

---
 scripts/builds.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/builds.sh b/scripts/builds.sh
index f38370d..0676d9b 100755
--- a/scripts/builds.sh
+++ b/scripts/builds.sh
@@ -22,8 +22,8 @@
 [ -n "$SINGLE" ] && exit
 /root/bin/lbuild-nightly.sh -f f27 -b @DATE@--f27 &
 # this once just to check
-/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py2-f29 -t lxcpy2-tags.mk &
-/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--py2-f27 -t lxcpy2-tags.mk &
+#/root/bin/lbuild-nightly.sh -f f29 -b @DATE@--py2-f29 -t lxcpy2-tags.mk &
+#/root/bin/lbuild-nightly.sh -f f27 -b @DATE@--py2-f27 -t lxcpy2-tags.mk &
 
 ### sfa from stable
 # fedora=f25; branch=noslicemgr; name=${branch}
-- 
2.47.0