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

Francois Gouget fgouget at codeweavers.com
Wed Jan 22 12:33:11 CST 2020


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 a3608d0546..a8fc2f0de9 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 0b2f6a1648..4797e986ad 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 2f4b703624..6c3c8b759f 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
 
-- 
2.20.1



More information about the wine-devel mailing list