From: Thierry Parmentelat Date: Tue, 21 Apr 2015 14:42:20 +0000 (+0200) Subject: wrong hostname X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=commitdiff_plain;h=d69f1d232f6b6f04a4ae1427ae44c9a5e573ba4e wrong hostname --- diff --git a/scripts/sfa-3114.sh b/scripts/sfa-3114.sh index fa00250..0baef05 100755 --- a/scripts/sfa-3114.sh +++ b/scripts/sfa-3114.sh @@ -5,7 +5,7 @@ ### HISTORICAL NOTE # from 3.1-1 we build in the lxc environment, and do not build sface any longer -function buzzcocks () { hostname | grep -q buzzcocksliquid ; } +function buzzcocks () { hostname | grep -q buzzcocks ; } buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f14 -b sfa-3.1-14--f14-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-14 & buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f18 -b sfa-3.1-14--f18-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-14 &