diff options
author | Christopher Baines <mail@cbaines.net> | 2024-06-12 09:22:49 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-12 09:22:49 +0100 |
commit | ef74f5b2e373c454abe044d8ef7e3aec3dc994d9 (patch) | |
tree | b9674b723b647d23a594dff38a61f9cff0a9375b | |
parent | e5f6faaa8030903fe213673351c1e01622fd630a (diff) | |
download | qa-frontpage-ef74f5b2e373c454abe044d8ef7e3aec3dc994d9.tar qa-frontpage-ef74f5b2e373c454abe044d8ef7e3aec3dc994d9.tar.gz |
Just build one branch at a time
-rw-r--r-- | guix-qa-frontpage/manage-builds.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index 840b548..8f4c96f 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -427,7 +427,9 @@ ((name . details) (->bool (assoc-ref details "issue_number")))) all-branches) - 2)) + ;; TODO The builds for the first branch should be mostly + ;; complete before submitting builds for any others + 1)) (branch-names (map car branches))) |