Alexandre Julliard : patches: Display a clear error mark for patches without a signoff.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 15 05:57:37 CST 2016


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb 15 14:00:13 2016 +0900

patches: Display a clear error mark for patches without a signoff.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 patches/patches.css | 1 +
 patches/update      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/patches/patches.css b/patches/patches.css
index 091052d..020d48c 100644
--- a/patches/patches.css
+++ b/patches/patches.css
@@ -141,6 +141,7 @@ tr.odd { background-color: #f8e8e8; }
 .id, .status, .testbot { text-align: center; }
 .id, .status, .author { white-space: nowrap; padding: 0 3px; }
 .checkmark { text-align: center; color:green; }
+.failmark { text-align: center; color: red; }
 .signoffextra { color: #A50D0D; border: 1px solid #601919; }
 .sha1 { white-space: nowrap; font-family: monospace; padding: 2px 12px; }
 
diff --git a/patches/update b/patches/update
index 86578d7..037297f 100755
--- a/patches/update
+++ b/patches/update
@@ -233,7 +233,7 @@ foreach my $file (sort { $patches{$b}->{"order"} <=> $patches{$a}->{"order"} } k
     }
     else
     {
-        printf INDEX "<td></td>";
+        printf INDEX "<td class=\"failmark\">X</td>";
     }
     if ($patch->{"testbot"} eq "Failed")
     {




More information about the wine-cvs mailing list