Francois Gouget : testbot: Remove unneeded references to the mailing list name in comments.

Alexandre Julliard julliard at winehq.org
Wed Jan 22 14:25:13 CST 2020


Module: tools
Branch: master
Commit: 6ce470919b1ccaba42978e145d8f9c57b7599c4b
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=6ce470919b1ccaba42978e145d8f9c57b7599c4b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jan 22 19:33:11 2020 +0100

testbot: Remove unneeded references to the mailing list name in comments.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/Engine.pl              | 2 +-
 testbot/bin/WinePatchesMLSubmit.pl | 2 +-
 testbot/lib/WineTestBot/VMs.pm     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 49347b5..ca35233 100755
--- a/testbot/bin/Engine.pl
+++ b/testbot/bin/Engine.pl
@@ -611,7 +611,7 @@ sub ClientRead($)
 
 This is called on startup and regularly after that to catch things that fall
 through the cracks, possibly because of an Engine restart.
-Specifically it checks the staging directory for wine-patches emails dropped
+Specifically it checks the staging directory for mailing list patches dropped
 by WinePatchesMLSubmit.pl, for notifications of changes on Wine's Patches web
 site dropped by WinePatchesWebSubmit.pl, and checks whether any pending
 patchsets are now complete and thus can be scheduled.
diff --git a/testbot/bin/WinePatchesMLSubmit.pl b/testbot/bin/WinePatchesMLSubmit.pl
index 65fe848..bddd42c 100755
--- a/testbot/bin/WinePatchesMLSubmit.pl
+++ b/testbot/bin/WinePatchesMLSubmit.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -Tw
 # -*- Mode: Perl; perl-indent-level: 2; indent-tabs-mode: nil -*-
 #
-# This script expects to receive a wine-devel email on stdin and submits it
+# This script expects to receive a mailing list email on stdin and submits it
 # to WineTestBot for testing. It is meant to be called from a tool such as
 # procmail.
 #
diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index 2f4b703..6c3c8b7 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -73,8 +73,8 @@ them.
 
 A base VM is used for every suitable task. This is the only role that build VMs
 can play besides retired. For Windows VMs, this means that it will run the
-WineTest jobs, the wine-patches jobs, and also the manually submitted jobs
-unless the submitter decided otherwise.
+WineTest jobs, jobs for the mailing list patches, and also the manually
+submitted jobs unless the submitter decided otherwise.
 
 =item winetest
 




More information about the wine-cvs mailing list