Module: tools Branch: master Commit: 6043cb66d6ee568983472fdba39bfa14741bfa3c URL: http://source.winehq.org/git/tools.git/?a=commit;h=6043cb66d6ee568983472fdba...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Sep 4 00:12:30 2012 +0200
testbot/lib: Move the $PatchResultsEMail to ConfigLocalTemplate.pl.
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 deletions(-)
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;