aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2022-11-16 16:01:47 +0000
committerChristopher Baines <mail@cbaines.net>2022-11-16 16:01:47 +0000
commitaf6ca82c5a609b4b77df14ac9e7e79a1e702b316 (patch)
tree166a2bcda373daa8cff058f4b7d60783bc153c55 /README.org
parent483b7e5826a91cf6599e4c6f5fcd288bcac93f45 (diff)
downloadqa-frontpage-af6ca82c5a609b4b77df14ac9e7e79a1e702b316.tar
qa-frontpage-af6ca82c5a609b4b77df14ac9e7e79a1e702b316.tar.gz
Update the TODO list
Diffstat (limited to 'README.org')
-rw-r--r--README.org14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.org b/README.org
index 8b6aafc..d7dd5a2 100644
--- a/README.org
+++ b/README.org
@@ -42,11 +42,13 @@ directly going to data.guix.gnu.org or data.qa.guix.gnu.org.
*** DONE Move functionality from Laminar jobs in to the qa-frontpage
**** DONE Applying patches and creating branches
**** DONE Deleting branches once issues have been closed
-*** TODO Support applying patches to a newer master revision (when signed in)
*** DONE Provide image badges about issue status (for use on issues.guix.gnu.org)
**** DONE Summarise the information for an issue in to a single status
-***** TODO Show and describe the overall status on the page for an issue
+
+*** TODO Start flagging patches as "important checks failing" where appropriate
+
+*** TODO Show and describe the overall status on the page for an issue
*** TODO Improve display of package build changes
**** TODO More clearly list which packages have been broken or fixed
@@ -61,20 +63,22 @@ merging the patch.
*** TODO Show changes with system tests
**** TODO Submit builds for system tests when affected by patches
*** TODO Extend testing for patches
-**** TODO Cross-compilation from x86_64-linux
+**** TODO Cross-compilation from =x86_64-linux=
This can be enabled, but data might often be lacking due to lack of build
resources for bordeaux.guix.gnu.org
-**** TODO powerpc64le-linux
+**** TODO =powerpc64le-linux=
The one powerpc64le-linux build machine for bordeaux.guix.gnu.org isn't always
on (this could be fixed by changing the hosting). Anyway, some always
available build machine for powerpc64le-linux is probably needed before
extending patch testing.
-**** TODO i586-gnu
+**** TODO =i586-gnu=
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)