From: Thierry Parmentelat Date: Fri, 27 Feb 2015 20:35:41 +0000 (+0100) Subject: enroll buzzcocks as a build box - X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=c3942375b1e54b01f7bdc158bfda5447811caca0 enroll buzzcocks as a build box - --- diff --git a/scripts/builds.sh b/scripts/builds.sh index ab1f8bd..776e433 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -17,17 +17,20 @@ function liquid () { hostname | grep -q liquid ; } function reed () { hostname | grep -q reed ; } -function velvet () { hostname | grep -q velvet ; } +function buzzcocks () { hostname | grep -q buzzcocks ; } ### have each box run one main distro build # while we try and find the right recipe on the new syslinux -liquid && /root/bin/lbuild-nightly.sh -f f21 -b @DATE@--f21 bootcd-GITPATH=git://git.onelab.eu/bootcd.git@master -reed && /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20 +liquid && /root/bin/lbuild-nightly.sh -f f21 -b @DATE@--f21 bootcd-GITPATH=git://git.onelab.eu/bootcd.git@master +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 +liquid && /root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14 -d onelab +reed && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18 +buzzcocks && /root/bin/lbuild-nightly.sh -f f14 -b @DATE@--f14-bcdm -d onelab bootcd-GITPATH=git://git.onelab.eu/bootcd.git@master +buzzcocks && /root/bin/lbuild-nightly.sh -f f18 -b @DATE@--f18-bcdm bootcd-GITPATH=git://git.onelab.eu/bootcd.git@master +buzzcocks && /root/bin/lbuild-nightly.sh -f f20 -b @DATE@--f20-bcdm bootcd-GITPATH=git://git.onelab.eu/bootcd.git@master ### sfa from branch # velvet is down #reed && /root/bin/lbuild-nightly.sh sfa-GITPATH=git://git.onelab.eu/sfa.git@master tests-GITPATH=git://git.onelab.eu/tests.git@master -f f21 -b @DATE@--f21-sfa3