Module: tools
Branch: master
Commit: 7d05cb40e47f0e98d5897cfc38b37039c6916e18
URL: https://source.winehq.org/git/tools.git/?a=commit;h=7d05cb40e47f0e98d5897cf…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Fri Nov 22 15:54:18 2019 +0100
testbot: Give a higher priority to wine VMs.
They are needed for patches that don't impact the Windows tests and
thus are more likely to be needed next than Windows VMs.
The build VMs should still remain in the top spot because delaying
their tasks delays all the corresponding Windows tasks, which would
leave the TestBot partially idle.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/WineTestBot/Engine/Scheduler.pm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testbot/lib/WineTestBot/Engine/Scheduler.pm b/testbot/lib/WineTestBot/Engine/Scheduler.pm
index b6a8998..c28e143 100644
--- a/testbot/lib/WineTestBot/Engine/Scheduler.pm
+++ b/testbot/lib/WineTestBot/Engine/Scheduler.pm
@@ -411,9 +411,9 @@ sub _CheckAndClassifyVMs()
$VM->Role eq "winetest" ? 10 :
20) + # extra
($VM->Type eq "build" ? 0 :
- $VM->Type eq "win64" ? 1 :
- $VM->Type eq "win32" ? 2 :
- 3); # wine
+ $VM->Type eq "wine" ? 1 :
+ $VM->Type eq "win64" ? 2 :
+ 3); # win32
}
# If a VM was in an inconsistent state, update the jobs status fields before
Module: website
Branch: master
Commit: e46fd827eeaa22867f68dffc92f34ed5f0602781
URL: https://source.winehq.org/git/website.git/?a=commit;h=e46fd827eeaa22867f68d…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Nov 25 16:12:37 2019 +0100
Wine release 4.0.3
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2019112501.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/news/en/2019112501.xml b/news/en/2019112501.xml
new file mode 100644
index 00000000..82c394b4
--- /dev/null
+++ b/news/en/2019112501.xml
@@ -0,0 +1,13 @@
+<news>
+<date>November 25, 2019</date>
+<title>Wine 4.0.3 Released</title>
+<body>
+<p> The Wine maintenance release 4.0.3 is now available.</p>
+<p> <a href="{$root}/announce/4.0.3">What's new</a> in this release:
+<ul>
+ <li>Various bug fixes</li>
+ <li>Updates to the National Language Support files</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/4.0/wine-4.0.3.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>