[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/18: Fix wrong number of values from channel-derivations-by-system->gu
From: |
Christopher Baines |
Subject: |
10/18: Fix wrong number of values from channel-derivations-by-system->guix-store-item |
Date: |
Mon, 16 Dec 2024 04:02:41 -0500 (EST) |
cbaines pushed a commit to branch master
in repository data-service.
commit ba97dfc1feb5eac8212c65cf92b58faba3e5ec5e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Dec 7 10:42:00 2024 +0000
Fix wrong number of values from
channel-derivations-by-system->guix-store-item
---
guix-data-service/jobs/load-new-guix-revision.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/jobs/load-new-guix-revision.scm
b/guix-data-service/jobs/load-new-guix-revision.scm
index 3941380..c8f9564 100644
--- a/guix-data-service/jobs/load-new-guix-revision.scm
+++ b/guix-data-service/jobs/load-new-guix-revision.scm
@@ -1570,7 +1570,7 @@ SELECT 1 FROM derivation_source_file_nars WHERE
derivation_source_file_id = $1"
(values
(derivation->output-path derivation-for-current-system)
derivation-file-name-for-current-system))
- #f)))
+ (values #f #f))))
(prevent-inlining-for-tests channel-derivations-by-system->guix-store-item)
- branch master updated (64aeeff -> 62d6b59), Christopher Baines, 2024/12/16
- 10/18: Fix wrong number of values from channel-derivations-by-system->guix-store-item,
Christopher Baines <=
- 12/18: Fix hash display for formatted derivations, Christopher Baines, 2024/12/16
- 09/18: Rework loading revision data, Christopher Baines, 2024/12/16
- 06/18: Memoize field-can-be-null?, Christopher Baines, 2024/12/16
- 02/18: Move log message, Christopher Baines, 2024/12/16
- 15/18: Add a comment, Christopher Baines, 2024/12/16
- 13/18: Avoid getting the load-new-guix-revision-inserts lock twice, Christopher Baines, 2024/12/16
- 04/18: Use insert-missing-data-and-return-all-ids for locations, Christopher Baines, 2024/12/16
- 14/18: Log differently when using the load-new-guix-revision-inserts lock, Christopher Baines, 2024/12/16
- 05/18: Handle conflicts when inserting lint warning message sets, Christopher Baines, 2024/12/16
- 18/18: Make build_servers.id just generated by default, Christopher Baines, 2024/12/16