use a valid PLC_ROOT_USER account and for now set PLC_MAIL_SUPPORT_ADDRESS to build...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 25 Jan 2008 22:00:20 +0000 (22:00 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 25 Jan 2008 22:00:20 +0000 (22:00 +0000)
system/selftest

index 47b72f8..bb48374 100755 (executable)
@@ -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