aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/patches.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-10-29 09:45:27 +0000
committerChristopher Baines <mail@cbaines.net>2023-10-29 09:45:27 +0000
commit21d81034da0861f70c94e33dae221eb3d210c5b1 (patch)
tree25225ced15a5fb86009e22214f0163f6907388c2 /guix-qa-frontpage/view/patches.scm
parentac9d7b550edf48afdd9011d1bc0517c1c81b8008 (diff)
downloadqa-frontpage-21d81034da0861f70c94e33dae221eb3d210c5b1.tar
qa-frontpage-21d81034da0861f70c94e33dae221eb3d210c5b1.tar.gz
Make "large-number-of-builds" an issue status
Rather than these falling within the unknown status.
Diffstat (limited to 'guix-qa-frontpage/view/patches.scm')
-rw-r--r--guix-qa-frontpage/view/patches.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/guix-qa-frontpage/view/patches.scm b/guix-qa-frontpage/view/patches.scm
index f79e4a7..5eecbd0 100644
--- a/guix-qa-frontpage/view/patches.scm
+++ b/guix-qa-frontpage/view/patches.scm
@@ -31,6 +31,10 @@
'(span (@ (aria-label "status: darkred")
(class "darkred-dot"))
(*ENTITY* "#10005")))
+ ((eq? status 'large-number-of-builds)
+ '(span (@ (aria-label "status: purple")
+ (class "purple-dot"))
+ (*ENTITY* "#10005")))
((eq? status 'patches-missing)
'(span (@ (aria-label "status: pink")
(class "pink-dot"))
@@ -136,6 +140,10 @@ will appear first.")
`((span (@ (aria-label "status: darkred")
(class "darkred-dot"))
(*ENTITY* "#10005"))))
+ ((eq? status 'large-number-of-builds)
+ `((span (@ (aria-label "status: purple")
+ (class "purple-dot"))
+ (*ENTITY* "#10005"))))
((eq? status 'patches-missing)
`((span (@ (aria-label "status: pink")
(class "pink-dot"))