Module: tools
Branch: master
Commit: 6ce470919b1ccaba42978e145d8f9c57b7599c4b
URL: https://source.winehq.org/git/tools.git/?a=commit;h=6ce470919b1ccaba42978e1…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Jan 22 19:33:11 2020 +0100
testbot: Remove unneeded references to the mailing list name in comments.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
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 49347b5..ca35233 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 65fe848..bddd42c 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 2f4b703..6c3c8b7 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
Module: tools
Branch: master
Commit: ea5990edc396b92d6abbde64c37a5abcdc8afe7c
URL: https://source.winehq.org/git/tools.git/?a=commit;h=ea5990edc396b92d6abbde6…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed Jan 22 11:16:11 2020 +0100
testbot: Use a more explicit filename to stage patchsets.
Use a different filename for patches and patchsets so that in case of
trouble one can trace the staging file to its source.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/bin/Janitor.pl | 2 +-
testbot/lib/WineTestBot/PendingPatchSets.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testbot/bin/Janitor.pl b/testbot/bin/Janitor.pl
index 121a3a6..115b7d5 100755
--- a/testbot/bin/Janitor.pl
+++ b/testbot/bin/Janitor.pl
@@ -276,7 +276,7 @@ if (opendir(my $dh, "$DataDir/staging"))
# These files always expire after one day
$TTL = 1 - $Age;
}
- elsif ($Entry !~ /^[0-9a-f]{32}_(?:patch|patch\.diff|wine-patches|winetest(?:64)?-latest\.exe)$/)
+ elsif ($Entry !~ /^[0-9a-f]{32}_(?:patch\.diff|patchset\.diff|wine-patches|winetest(?:64)?-latest\.exe)$/)
{
my $Deletion = defined $TTL ? " (deletion in $TTL days)" : "";
Error "Found a suspicious file$Deletion: staging/$Entry\n";
diff --git a/testbot/lib/WineTestBot/PendingPatchSets.pm b/testbot/lib/WineTestBot/PendingPatchSets.pm
index 286b393..5be39e4 100644
--- a/testbot/lib/WineTestBot/PendingPatchSets.pm
+++ b/testbot/lib/WineTestBot/PendingPatchSets.pm
@@ -104,7 +104,7 @@ sub SubmitSubset($$$)
{
my ($self, $MaxPart, $FinalPatch) = @_;
- my ($CombinedFile, $CombinedFileName) = OpenNewFile("$DataDir/staging", "_patch");
+ my ($CombinedFile, $CombinedFileName) = OpenNewFile("$DataDir/staging", "_patchset.diff");
return "Could not create a combined patch file: $!" if (!$CombinedFile);
my $ErrMessage;
Module: website
Branch: master
Commit: 34164adee44386b1aba1153f6c54a7e9f177f05f
URL: https://source.winehq.org/git/website.git/?a=commit;h=34164adee44386b1aba11…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jan 21 20:02:23 2020 +0100
Add link to the 5.0 announce file.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2020012101.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/news/en/2020012101.xml b/news/en/2020012101.xml
index c8f50938..2d6b9836 100644
--- a/news/en/2020012101.xml
+++ b/news/en/2020012101.xml
@@ -3,7 +3,7 @@
<title>Wine 5.0 Released</title>
<body>
<p> The Wine team is proud to announce that the stable release Wine 5.0 is now available.</p>
-<p> This release represents a year of development effort and over 7,400 individual changes. It contains a large number of improvements that are listed in the release notes below. The main highlights are:</p>
+<p> This release represents a year of development effort and over 7,400 individual changes. It contains a large number of improvements that are listed in the <a href="{$root}/announce/5.0">release notes</a> below. The main highlights are:</p>
<ul>
<li>Builtin modules in PE format.</li>
<li>Multi-monitor support.</li>
Module: website
Branch: master
Commit: 1f0352ad092fd204f6a97c9ee8d5a89f6ce38c5d
URL: https://source.winehq.org/git/website.git/?a=commit;h=1f0352ad092fd204f6a97…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jan 21 18:05:08 2020 +0100
Wine release 5.0
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2020012101.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/news/en/2020012101.xml b/news/en/2020012101.xml
new file mode 100644
index 00000000..c8f50938
--- /dev/null
+++ b/news/en/2020012101.xml
@@ -0,0 +1,16 @@
+<news>
+<date>January 21, 2020</date>
+<title>Wine 5.0 Released</title>
+<body>
+<p> The Wine team is proud to announce that the stable release Wine 5.0 is now available.</p>
+<p> This release represents a year of development effort and over 7,400 individual changes. It contains a large number of improvements that are listed in the release notes below. The main highlights are:</p>
+<ul>
+ <li>Builtin modules in PE format.</li>
+ <li>Multi-monitor support.</li>
+ <li>XAudio2 reimplementation.</li>
+ <li>Vulkan 1.1 support.</li>
+</ul>
+<p> This release is dedicated to the memory of Józef Kucia, who passed away in August 2019 at the young age of 30. Józef was a major contributor to Wine's Direct3D implementation, and the lead developer of the vkd3d project. His skills and his kindness are sorely missed by all of us.</p>
+<p>The source is <a href="//dl.winehq.org/wine/source/5.0/wine-5.0.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>