aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/server.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-02 10:26:37 +0100
committerChristopher Baines <mail@cbaines.net>2023-06-02 10:26:37 +0100
commitba394b3b431d84c08a55f2d981d850625202e6c5 (patch)
treea747629f29225ff441bc5344a79d99919b144475 /guix-qa-frontpage/server.scm
parent94534933deebc31721024bd32bbb0d494c121fa9 (diff)
downloadqa-frontpage-ba394b3b431d84c08a55f2d981d850625202e6c5.tar
qa-frontpage-ba394b3b431d84c08a55f2d981d850625202e6c5.tar.gz
Highlight when branches are out of date
Diffstat (limited to 'guix-qa-frontpage/server.scm')
-rw-r--r--guix-qa-frontpage/server.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm
index 3b1df5d..094045d 100644
--- a/guix-qa-frontpage/server.scm
+++ b/guix-qa-frontpage/server.scm
@@ -138,6 +138,7 @@
(let ((revisions
derivation-changes-counts
substitute-availability
+ up-to-date-with-master
(with-sqlite-cache
database
'branch-data
@@ -150,7 +151,8 @@
(branch-view branch
revisions
derivation-changes-counts
- substitute-availability))))
+ substitute-availability
+ up-to-date-with-master))))
(('GET "patches")
(let* ((latest-series
(with-sqlite-cache