X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lbuild-nightly.sh;h=7126354590b8c7bfc446168006f04486b68b8cee;hb=bba85f3fef3836444cee2f5e9b45d3a8e336f2a7;hp=681485965691c6294e57b03ecb0b4870fec155b8;hpb=b9f88347dc16d429bdfc0b626ebb97f25e174588;p=build.git diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index 68148596..71263545 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -24,22 +24,11 @@ DEFAULT_TESTCONFIG="default" RUN_LOG_EXTRAS="" # for publishing results, and the tests settings -x=$(hostname) -y=$(hostname|sed -e s,inria,,) -# INRIA defaults -if [ "$x" != "$y" ] ; then - DEFAULT_WEBPATH="/build/@PLDISTRO@/" - DEFAULT_TESTBUILDURL="http://build.onelab.eu/" - # this is where the buildurl is pointing towards - DEFAULT_WEBROOT="/build/" - DEFAULT_TESTMASTER="testmaster.onelab.eu" -else - DEFAULT_WEBPATH="/build/@FCDISTRO@/@PLDISTRO@/" - DEFAULT_TESTBUILDURL="http://build.planet-lab.org/" - # this is where the buildurl is pointing towards - DEFAULT_WEBROOT="/build/" - DEFAULT_TESTMASTER="manager.test.planet-lab.org" -fi +DEFAULT_WEBPATH="/build/@PLDISTRO@/" +DEFAULT_TESTBUILDURL="http://build.onelab.eu/" +# this is where the buildurl is pointing towards +DEFAULT_WEBROOT="/build/" +DEFAULT_TESTMASTER="testmaster.onelab.eu" #################### # assuming vm runs in UTC