[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#742329: marked as done (use softer colours for architecture qualification page)



Your message dated Thu, 30 Nov 2023 13:38:42 +0100
with message-id <7b3ec132-f52c-45e0-be52-971368dbcd66@debian.org>
and subject line Re: use softer colours for architecture qualification page
has caused the Debian Bug report #742329,
regarding use softer colours for architecture qualification page
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
742329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742329
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: minor
Tags: patch

Attached patch uses softer colours which are easier on the eye for
the architecture qualification page.
>From 3932bb06d69557a5d05efbf50459d9b7b9b5cccf Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@debian.org>
Date: Sat, 22 Mar 2014 14:39:18 +0100
Subject: [PATCH] Use less hard colours to reduce eyebleedage.

---
 www/jessie/arch_qualify.py |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/jessie/arch_qualify.py b/www/jessie/arch_qualify.py
index 0e56ead..9ffa0ee 100644
--- a/www/jessie/arch_qualify.py
+++ b/www/jessie/arch_qualify.py
@@ -18,9 +18,9 @@ from collections import OrderedDict
 
 ########################################################### formatting helpers
 
-def FAIL(value): return ("red",value)
-def WARN(value): return ("yellow",value)
-def PASS(value): return ("lime",value)
+def FAIL(value): return ("#e87272",value)
+def WARN(value): return ("#ccff66",value)
+def PASS(value): return ("#60e760",value)
 
 def c_truth(value):
     if value == True or value == "yes":
@@ -152,7 +152,7 @@ def dump_table(info,waivers):
 
             w = waivers.get(arch,{}).get(c,None)
             if w:
-                col="cyan"
+                col="#00cccc"
                 contents += ' <a href="%s">(w)</a>' % (w)
 
             if col=="red":
-- 
1.7.10.4


--- End Message ---
--- Begin Message ---
Hi Thijs,

On Sat, 22 Mar 2014 15:11:54 +0100 Thijs Kinkhorst <thijs@debian.org> wrote:
Package: release.debian.org
Severity: minor
Tags: patch

Attached patch uses softer colours which are easier on the eye for
the architecture qualification page.

Thanks, applied (after a much too long time).

Paul

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: