From: Thierry Parmentelat Date: Tue, 21 Apr 2009 21:54:32 +0000 (+0000) Subject: test defaults for princeton & onelab - oops, should have been committed with http... X-Git-Tag: 4.3-rc4~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e21048168c1cd83233c5c6fa2cedc398c880115c;p=build.git test defaults for princeton & onelab - oops, should have been committed with svn.planet-lab.org/changeset/13132 --- diff --git a/vbuild-nightly.sh b/vbuild-nightly.sh index f84d51b3..cccc229f 100755 --- a/vbuild-nightly.sh +++ b/vbuild-nightly.sh @@ -21,17 +21,18 @@ DEFAULT_GPGUID="root@$( /bin/hostname )" DEFAULT_WEBPATH="/build/@PLDISTRO@/" # for the test part -DEFAULT_TESTCONFIG="default" x=$(hostname) y=$(hostname|sed -e s,inria,,) # INRIA defaults if [ "$x" != "$y" ] ; then DEFAULT_TESTBUILDURL="http://build.onelab.eu/" DEFAULT_TESTMASTER="testmaster.onelab.eu" + DEFAULT_TESTCONFIG="1default" else DEFAULT_TESTBUILDURL="http://build.planet-lab.org/" ### xxx change as appropriate DEFAULT_TESTMASTER="p-testmaster.onelab.eu" + DEFAULT_TESTCONFIG="pdefault" fi ####################