Francois Gouget : testbot/CheckForWinetestUpdate: Use a shorter name for the WineTest jobs.

Alexandre Julliard julliard at winehq.org
Wed Mar 13 14:04:26 CDT 2013


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Mar 13 16:19:03 2013 +0100

testbot/CheckForWinetestUpdate: Use a shorter name for the WineTest jobs.

---

 testbot/bin/CheckForWinetestUpdate.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl
index 2e28cdc..c776fe5 100755
--- a/testbot/bin/CheckForWinetestUpdate.pl
+++ b/testbot/bin/CheckForWinetestUpdate.pl
@@ -60,7 +60,7 @@ sub AddJob
   my $NewJob = $Jobs->Add();
   $NewJob->User(WineTestBot::Users->GetBatchUser());
   $NewJob->Priority($BaseJob && $Bits == 32 ? 6 : 7);
-  $NewJob->Remarks("http://test.winehq.org job - " .
+  $NewJob->Remarks("WineTest: " .
                    ($Bits == 32 ? ($BaseJob ? "base" : "other") : "64-bit") .
                    " VMs");
 




More information about the wine-cvs mailing list