aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-06-26 12:44:53 +0200
committerAndreas Enge <andreas@enge.fr>2025-06-26 12:44:53 +0200
commit0a0f100d4cf56c7476c9f585f1e48bc8108a85e3 (patch)
tree93d7e00c91d028c6d4f4e06c39d82574b70d6ebd
parent16522862284c41793369d87047419b974686ba5a (diff)
downloadbffe-0a0f100d4cf56c7476c9f585f1e48bc8108a85e3.tar
bffe-0a0f100d4cf56c7476c9f585f1e48bc8108a85e3.tar.gz
When submitting builds, set the default priority to 0.
-rw-r--r--bffe/manage-builds.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bffe/manage-builds.scm b/bffe/manage-builds.scm
index 6c7d9ac..8acf7c7 100644
--- a/bffe/manage-builds.scm
+++ b/bffe/manage-builds.scm
@@ -536,7 +536,7 @@
(car+cdr val)))
(apply
(lambda* (a b c #:key priority #:allow-other-keys)
- priority)
+ (or priority 0))
args)))
(define (queue-key<? a b)