aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.