aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-17 22:05:24 +0100
committerChristopher Baines <mail@cbaines.net>2023-06-17 22:05:24 +0100
commit16b74fc6c68523922ebf3679bf198077b1ad9ccc (patch)
treeeb06e7972fde565fbe1ae92a36431fed650b3a9f /README.org
parent2b38137a81e3bb017f16c55174340df29010b4df (diff)
downloadqa-frontpage-16b74fc6c68523922ebf3679bf198077b1ad9ccc.tar
qa-frontpage-16b74fc6c68523922ebf3679bf198077b1ad9ccc.tar.gz
Update the README
Diffstat (limited to 'README.org')
-rw-r--r--README.org21
1 files changed, 13 insertions, 8 deletions
diff --git a/README.org b/README.org
index b738c0c..0347bb6 100644
--- a/README.org
+++ b/README.org
@@ -8,13 +8,13 @@ Guix, like packages for example.
** General functionality
*** TODO Support signing in via email
-*** TODO Expose prometheus metrics for tracking trends and app performance
+*** DONE Expose prometheus metrics for tracking trends and app performance
-** TODO Add package and system service to maintenance.git
+** DONE Add package and system service to maintenance.git
For use on bayfront.
-** TODO Show information about the master branch
+** DONE Show information about the master branch
*** TODO Broken packages
*** TODO Broken system tests
@@ -23,10 +23,13 @@ For use on bayfront.
*** TODO Lint warnings
-** TODO Show information about non-master branches (staging, core-updates, ...)
+** DONE Show information about non-master branches (staging, core-updates, ...)
-*** TODO Support configuing builds for a branch (when signed in)
-*** TODO Show comparison compared to the master branch
+*** DONE Support building branches
+
+Implemented via guix-patches issues.
+
+*** DONE Show comparison compared to the master branch
**** TODO Broken packages
**** TODO Broken system tests
**** TODO Broken fixed output package derivations
@@ -40,7 +43,7 @@ directly going to data.guix.gnu.org or data.qa.guix.gnu.org.
-** TODO Show information about patches
+** DONE Show information about patches
*** DONE Move functionality from Laminar jobs in to the qa-frontpage
**** DONE Applying patches and creating branches
@@ -84,4 +87,6 @@ Builds are now happening on bordeaux.guix.gnu.org, once it's caught up,
enabling i586-gnu should be possible. There might be issues with a lack of
build resources (like x86_64-linux).
-*** TODO Support applying patches to a newer master revision (when signed in)
+*** DONE Support applying patches to a newer master revision
+
+This now happens automatically.