diff options
author | Christopher Baines <mail@cbaines.net> | 2023-04-25 09:51:00 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-04-25 09:51:00 +0100 |
commit | 69d6fd5c0cdf2d70fc214207c68443d2014d0c04 (patch) | |
tree | f6bd9c5d0fa4a114c7701a4e047da8eeeefcfd0e /guix-qa-frontpage | |
parent | 15ddc9c552207a7491824a539f99f9edfd3e51f0 (diff) | |
download | qa-frontpage-69d6fd5c0cdf2d70fc214207c68443d2014d0c04.tar qa-frontpage-69d6fd5c0cdf2d70fc214207c68443d2014d0c04.tar.gz |
Stop submitting builds for core-updates
As I think the branch will be merged soon.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/manage-builds.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm index 8fec47a..ed88aad 100644 --- a/guix-qa-frontpage/manage-builds.scm +++ b/guix-qa-frontpage/manage-builds.scm @@ -160,7 +160,7 @@ 0)) (simple-format #t "submitting branch builds\n") - (let ((branches '("core-updates"))) + (let ((branches '())) (for-each (lambda (branch) (simple-format #t |