Alexandre Julliard : testbot: Update documentation to point to wine-devel instead of wine-patches.

Alexandre Julliard julliard at winehq.org
Fri Nov 10 09:47:36 CST 2017


Module: tools
Branch: master
Commit: bc7d2a84263d536c8c0ba0d6f3c4580ff837c5aa
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=bc7d2a84263d536c8c0ba0d6f3c4580ff837c5aa

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Nov 10 16:38:34 2017 +0100

testbot: Update documentation to point to wine-devel instead of wine-patches.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/README                     |  2 +-
 testbot/bin/WinePatchesMLSubmit.pl |  2 +-
 testbot/doc/INSTALL.txt            | 11 +++++------
 testbot/lib/WineTestBot/Config.pm  |  2 +-
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/testbot/README b/testbot/README
index 3977c5d..8475abe 100644
--- a/testbot/README
+++ b/testbot/README
@@ -21,7 +21,7 @@ Windows machines. There are three ways this can happen:
 * Registered users can submit patches and binaries using the web site
   and have them run on the set of Windows machines of their choosing.
 
-* Conformance test patches sent to the wine-patches mailing list are
+* Conformance test patches sent to the wine-devel mailing list are
   run on the default set of Windows machines. Any failure is reported
   to the patch author and to the wine-devel mailing list.
 
diff --git a/testbot/bin/WinePatchesMLSubmit.pl b/testbot/bin/WinePatchesMLSubmit.pl
index 6dc39e8..65fe848 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-patches email on stdin and submits it
+# This script expects to receive a wine-devel 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/doc/INSTALL.txt b/testbot/doc/INSTALL.txt
index 0b95656..9947150 100644
--- a/testbot/doc/INSTALL.txt
+++ b/testbot/doc/INSTALL.txt
@@ -89,17 +89,16 @@ Setup for Winetest updates:
     */10 * * * * $HOME/tools/testbot/bin/CheckForWinetestUpdate.pl 32
     */10 * * * * $HOME/tools/testbot/bin/CheckForWinetestUpdate.pl 64
 
-Setup for wine-patches:
+Setup for wine-devel:
 - A proper WineTestBot system should integrate with Wine's patches site.
-  An alternative is to interface directly with wine-patches as described in
+  An alternative is to interface directly with wine-devel as described in
   this section.
 - Arrange for the WinePatchesMLSubmit.pl script to be fed the
-  wine-patches emails. One way to do so would be to subscribe the
-  winehq user to the wine-patches mailing list and to then add the
+  wine-devel emails. One way to do so would be to subscribe the
+  winehq user to the wine-devel mailing list and to then add the
   following lines to the .procmailrc file:
     :0c:
-    * ^List-Id: Wine Patch Submissions
-    * ^TO wine-patches
+    * ^List-Id:.*wine-devel\.winehq\.org
     | $HOME/tools/testbot/bin/WinePatchesMLSubmit.pl
 - Or if you have a set of patches to test in the mbox format you can
   test with:
diff --git a/testbot/lib/WineTestBot/Config.pm b/testbot/lib/WineTestBot/Config.pm
index 4f38633..b0492a3 100644
--- a/testbot/lib/WineTestBot/Config.pm
+++ b/testbot/lib/WineTestBot/Config.pm
@@ -96,7 +96,7 @@ $BuildTimeout = 5 * 60;
 $ReconfigTimeout = 45 * 60;
 
 $ProjectName = "Wine";
-$PatchesMailingList = "wine-patches";
+$PatchesMailingList = "wine-devel";
 
 $LDAPServer = undef;
 $LDAPBindDN = undef;




More information about the wine-cvs mailing list