[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/18: Fix hash display for formatted derivations
From: |
Christopher Baines |
Subject: |
12/18: Fix hash display for formatted derivations |
Date: |
Mon, 16 Dec 2024 04:02:41 -0500 (EST) |
cbaines pushed a commit to branch master
in repository data-service.
commit 62fc9b722502937470d9cc970541676c44a88406
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Dec 8 20:03:03 2024 +0000
Fix hash display for formatted derivations
---
guix-data-service/web/view/html.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix-data-service/web/view/html.scm
b/guix-data-service/web/view/html.scm
index 61b75f1..dd3c07f 100644
--- a/guix-data-service/web/view/html.scm
+++ b/guix-data-service/web/view/html.scm
@@ -723,7 +723,7 @@
(or hash-algorithm ""))
"\""
","
- "\"" ,hash "\""
+ "\"" ,(or hash "") "\""
")"
,@(if (eq? count-down 0)
'()
- 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, 2024/12/16
- 12/18: Fix hash display for formatted derivations,
Christopher Baines <=
- 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
- 11/18: Improve some query formatting, Christopher Baines, 2024/12/16