aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-09-04 19:49:30 +0100
committerChristopher Baines <mail@cbaines.net>2023-09-04 19:49:30 +0100
commitc92f5eca3a552b098688aa45c2fa47b5f83948c4 (patch)
tree97d73e55039bb69efda4bb468718fea801c789a4 /README.org
parent022840a2996496453f7308cd138a7833636763db (diff)
downloadqa-frontpage-c92f5eca3a552b098688aa45c2fa47b5f83948c4.tar
qa-frontpage-c92f5eca3a552b098688aa45c2fa47b5f83948c4.tar.gz
Add some more TODO list thoughts
Diffstat (limited to 'README.org')
-rw-r--r--README.org23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.org b/README.org
index ef6d7fe..7160427 100644
--- a/README.org
+++ b/README.org
@@ -30,8 +30,6 @@ Expect pages to load slowly since the QA frontpage won't have up to date
cached data to use.
* Ideas
-** General functionality
-*** TODO Support signing in via email
** For branches
*** TODO Show broken packages
*** TODO Show broken system tests
@@ -77,6 +75,11 @@ 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 Run licensecheck on package sources
+
+And highlight changes or when this doesn't match what's declared in the Guix
+package.
+
** QA Ecosystem
*** data.qa.guix.gnu.org
**** TODO Move away from Chris renting beid (the machine it runs on)
@@ -86,3 +89,19 @@ build resources (like x86_64-linux).
Either to Prometheus packaged for Guix and run on Guix machines, or some other
approach.
+
+*** Keeping Guix packages up to date
+**** TODO Automated patch submission for package updates
+
+Using guix refresh. This way the manual work is reduced, and it's easier to
+just apply the package updates that have been tested.
+
+***** TODO Speed up QA for patches
+
+As this would result in more patch series, QA (mostly the data service) will
+need speeding up a lot to make this feasible.
+*** Facilitating people without commit access reviewing patches
+
+This might help speed up getting patches merged, and get more people involved
+in the process. Maybe the QA Frontpage has a part to play in helping this to
+happen.