Module: tools
Branch: master
Commit: 8eaae0131fc3509ee757bbdbcaa3969fef796cd1
URL: http://source.winehq.org/git/tools.git/?a=commit;h=8eaae0131fc3509ee757bbdb…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon Mar 20 15:39:44 2017 +0100
testbot: Add the LGPL header to the screenshot CGI script.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/web/Screenshot.pl | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/testbot/web/Screenshot.pl b/testbot/web/Screenshot.pl
index 095d966..67e63a1 100644
--- a/testbot/web/Screenshot.pl
+++ b/testbot/web/Screenshot.pl
@@ -1,3 +1,21 @@
+# Sends a Task's current screenshot
+#
+# Copyright 2009 Ge van Geldorp
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+
use strict;
use Apache2::Const -compile => qw(REDIRECT);
Module: tools
Branch: master
Commit: a598800356ee0c6bcf0e7a0a2c967d9a5537e4dc
URL: http://source.winehq.org/git/tools.git/?a=commit;h=a598800356ee0c6bcf0e7a0a…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon Mar 20 15:38:24 2017 +0100
winetest: Add a link to the rejected reports list.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
winetest/build-index | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/winetest/build-index b/winetest/build-index
index 349144f..b3fdc53 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -299,7 +299,8 @@ print OUT <<"EOF";
</table></div>
<div class="navbar">
To run the tests on your Windows machine, download the <a href="/builds/winetest-latest.exe">latest winetest.exe</a> build.
-If you have a 64-bit Windows OS, you can also run the <a href="/builds/winetest64-latest.exe">64-bit winetest</a>.
+If you have a 64-bit Windows OS, you can also run the <a href="/builds/winetest64-latest.exe">64-bit winetest</a>.<br>
+If you don't see your results, check the <a href="/data/errors.html">rejected reports</a> list.
</div>
</body></html>
EOF