From 565081bd9f3c39d65156469fff72cc2408b71fdf Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 2 Jan 2015 11:34:57 +0100 Subject: [PATCH] make f20 and f21 first class citizens and f14 f18 the second roles --- scripts/builds.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 424e3f1..77f7237 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -20,14 +20,12 @@ function reed () { hostname | grep -q reed ; } function velvet () { hostname | grep -q velvet ; } ### have each box run one main distro build -liquid && /root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab -reed && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18 -# velvet is down -[ -n "$SINGLE" ] && exit liquid && /root/bin/lbuild-nightly.sh -f f21 -b @DATE@--f21 reed && /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20 - +# velvet is down [ -n "$SINGLE" ] && exit +liquid && /root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab +reed && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18 ### sfa from branch # velvet is down -- 2.43.0