Module: tools
Branch: master
Commit: fd3a4476ca1c4d1c9293419c108f5ef57ab0494a
URL: https://source.winehq.org/git/tools.git/?a=commit;h=fd3a4476ca1c4d1c9293419…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Wed May 2 14:49:46 2018 +0200
testbot: Tweak some comments in VMs::Run().
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/WineTestBot/VMs.pm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index c3a4a30..839986b 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -340,14 +340,14 @@ sub Run($$$$$)
# We cannot leave setting ChildPid to the child process because then it
# may still not be set by the time the next ScheduleJobs() call happens,
# which would result in a new child being started.
- # Note that the status is not guaranteed to change in _RunVMTool() so it
- # cannot be relied on to avoid this race.
- # - Between _RunVMTool() and the exit of the child process.
- # The child process may exit before _RunVMTool() gets around to setting
- # ChildPid after the fork(). This would result in ChildPid remaining set
+ # Note that the status is not guaranteed to change in Run() so it cannot
+ # be relied on to avoid this race.
+ # - Between Run() and the exit of the child process.
+ # The child process may exit before Run() gets around to setting ChildPid
+ # after the fork(). This would result in ChildPid remaining set
# indefinitely.
# So set ChildPid in the parent and synchronize with the child so it only
- # starts once this is done.
+ # execs once this is done.
use Fcntl;
my ($fd_read, $fd_write);
@@ -362,6 +362,7 @@ sub Run($$$$$)
}
if ($Pid)
{
+ ### Parent process
close($fd_read);
# Set the Status and ChildPid
@@ -380,6 +381,8 @@ sub Run($$$$$)
return undef;
}
+ ### Child process
+
# Close the database connections
CloseAllDBBackEnds();
Module: website
Branch: master
Commit: 048932f23dd4abebb5d1a6fe89adeed32e550450
URL: https://source.winehq.org/git/website.git/?a=commit;h=048932f23dd4abebb5d1a…
Author: Jeremy Newman <jnewman(a)codeweavers.com>
Date: Wed May 2 12:40:28 2018 -0500
Revert "Clear out pre-CSS3 styling images"
This reverts commit 3e735e7dc5292294eb593ac9774a569193a5b624.
Some of these images sre still in use by the Forum, and Patches pages.
They need to be updated to the newer layout before they can be removed.
---
images/blank.gif | Bin 0 -> 61 bytes
images/checker.gif | Bin 0 -> 87 bytes
images/grey_pixel.gif | Bin 0 -> 43 bytes
images/side_menu_bg.png | Bin 0 -> 226 bytes
images/side_menu_bot.png | Bin 0 -> 564 bytes
images/side_menu_top.png | Bin 0 -> 3287 bytes
images/tab_h.png | Bin 0 -> 584 bytes
images/tab_s.png | Bin 0 -> 614 bytes
images/tab_u.png | Bin 0 -> 616 bytes
images/winehq_logo_glass_rtl.png | Bin 0 -> 36545 bytes
images/winehq_logo_glass_sm.png | Bin 0 -> 14291 bytes
images/winehq_logo_glass_sm_rtl.png | Bin 0 -> 14311 bytes
12 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/images/blank.gif b/images/blank.gif
new file mode 100644
index 0000000..c080147
Binary files /dev/null and b/images/blank.gif differ
diff --git a/images/checker.gif b/images/checker.gif
new file mode 100644
index 0000000..83cd1b3
Binary files /dev/null and b/images/checker.gif differ
diff --git a/images/grey_pixel.gif b/images/grey_pixel.gif
new file mode 100644
index 0000000..bf677fd
Binary files /dev/null and b/images/grey_pixel.gif differ
diff --git a/images/side_menu_bg.png b/images/side_menu_bg.png
new file mode 100644
index 0000000..c8cbcc0
Binary files /dev/null and b/images/side_menu_bg.png differ
diff --git a/images/side_menu_bot.png b/images/side_menu_bot.png
new file mode 100644
index 0000000..8bc9b5d
Binary files /dev/null and b/images/side_menu_bot.png differ
diff --git a/images/side_menu_top.png b/images/side_menu_top.png
new file mode 100644
index 0000000..047c4c0
Binary files /dev/null and b/images/side_menu_top.png differ
diff --git a/images/tab_h.png b/images/tab_h.png
new file mode 100644
index 0000000..59620cd
Binary files /dev/null and b/images/tab_h.png differ
diff --git a/images/tab_s.png b/images/tab_s.png
new file mode 100644
index 0000000..54d367b
Binary files /dev/null and b/images/tab_s.png differ
diff --git a/images/tab_u.png b/images/tab_u.png
new file mode 100644
index 0000000..ff84b7a
Binary files /dev/null and b/images/tab_u.png differ
diff --git a/images/winehq_logo_glass_rtl.png b/images/winehq_logo_glass_rtl.png
new file mode 100644
index 0000000..9e97396
Binary files /dev/null and b/images/winehq_logo_glass_rtl.png differ
diff --git a/images/winehq_logo_glass_sm.png b/images/winehq_logo_glass_sm.png
new file mode 100644
index 0000000..949334b
Binary files /dev/null and b/images/winehq_logo_glass_sm.png differ
diff --git a/images/winehq_logo_glass_sm_rtl.png b/images/winehq_logo_glass_sm_rtl.png
new file mode 100644
index 0000000..00b5a9c
Binary files /dev/null and b/images/winehq_logo_glass_sm_rtl.png differ