From 1f43eb264a64b6c399b67a8835dab2062a20797e Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 27 Sep 2020 15:46:01 +0100 Subject: Reverse systems-and-targets in the queue builds script So that the order of processing reflects the order of command line arguments. --- scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in index 1357cd7..4eac711 100644 --- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in +++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in @@ -244,7 +244,8 @@ %option-defaults (cdr (program-arguments)))) (systems-and-targets - (assq-ref opts 'systems-and-targets)) + (reverse + (assq-ref opts 'systems-and-targets))) (guix-data-service (assq-ref opts 'guix-data-service)) (processed-commits-file -- cgit v1.2.3