Module: tools Branch: master Commit: 2b03eba4f6f21d1752f116198627da89b77620f6 URL: http://source.winehq.org/git/tools.git/?a=commit;h=2b03eba4f6f21d1752f116198...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Oct 5 11:15:58 2012 +0200
testbot/bin: Make the wine-patches script names more descriptive and consistent.
Prefix them with 'WinePatches' in reference to both the Wine project and the wine-patches they relate to. The 'WinePatchesML' script deals directly with the wine-patches Mailing List . The Submit script submits the patch directly. The 'WinePatchesWeb' scripts deal with Wine's Patch web site. Specifically the Notify script informs the WineTestBot when new patches are available and the Get script grabs and submits them for testing.
---
testbot/bin/Engine.pl | 32 ++++++++++---------- ...inePatchesHandler.pl => WinePatchesMLSubmit.pl} | 2 +- .../{RetrievePatches.pl => WinePatchesWebGet.pl} | 18 +++++----- ...ificationHandler.pl => WinePatchesWebNotify.pl} | 2 +- testbot/doc/INSTALL.txt | 16 +++++----- testbot/lib/WineTestBot/Engine/Notify.pm | 16 +++++----- 6 files changed, 43 insertions(+), 43 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=2b03eba4f6f21d1752f11...