From: Marc Fiuczynski Date: Fri, 25 Jan 2008 22:00:20 +0000 (+0000) Subject: use a valid PLC_ROOT_USER account and for now set PLC_MAIL_SUPPORT_ADDRESS to build... X-Git-Tag: 2008-02-11-last-vmware-support~82 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2eb10e01dc8ca9f2a76b1e72e6ede92be0c9ac6c;p=tests.git use a valid PLC_ROOT_USER account and for now set PLC_MAIL_SUPPORT_ADDRESS to build@lists.planet-lab.org --- diff --git a/system/selftest b/system/selftest index 47b72f8..bb48374 100755 --- a/system/selftest +++ b/system/selftest @@ -31,13 +31,13 @@ echo "e PLC_NAME" >> $config echo "selftest" >> $config echo "e PLC_ROOT_USER" >> $config -echo "selftest" >> $config +echo "root@localhost.localdomain" >> $config echo "e PLC_MAIL_ENABLED" >> $config echo 0 >> $config echo "e PLC_MAIL_SUPPORT_ADDRESS" >> $config -echo "mef@cs.princeton.edu" >> $config +echo "build@lists.planet-lab.org" >> $config echo "e PLC_DB_HOST" >> $config echo $SELF_HOST >> $config