[Tools] testbot/lib: Move the $PatchResultsEMail to ConfigLocalTemplate.pl.

Francois Gouget fgouget at codeweavers.com
Mon Sep 3 17:12:30 CDT 2012


It must be changed for integration with Wine's Patches website and thus should not have to be set in a checked-in file.
---
 testbot/lib/WineTestBot/Config.pm              |    1 -
 testbot/lib/WineTestBot/ConfigLocalTemplate.pl |    4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index c7b28b1..4299b32 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -65,7 +65,6 @@ $OverheadTimeout = 3 * 60;
 
 $ProjectName = "Wine";
 $PatchesMailingList = "wine-patches";
-$PatchResultsEMail = undef;
 
 $LDAPServer = undef;
 $LDAPBindDN = undef;
diff --git a/testbot/lib/WineTestBot/ConfigLocalTemplate.pl b/testbot/lib/WineTestBot/ConfigLocalTemplate.pl
index 8ae54f4..bb7684a 100644
--- a/testbot/lib/WineTestBot/ConfigLocalTemplate.pl
+++ b/testbot/lib/WineTestBot/ConfigLocalTemplate.pl
@@ -62,6 +62,10 @@ $WineTestBot::Config::AdminEMail = undef;
 # From address of mails sent by WineTestBot to users
 $WineTestBot::Config::RobotEMail = undef;
 
+# Email address to send the results to for integration with the Wine Patches
+# site
+$WineTestBot::Config::PatchResultsEMail = undef;
+
 # Host name of the web interface
 $WineTestBot::Config::WebHostName = undef;
 
-- 
1.7.10.4




More information about the wine-patches mailing list