Add an error page for unknown commits
This commit is contained in:
parent
0a49c0a84a
commit
552723cef1
3 changed files with 40 additions and 30 deletions
|
|
@ -14,7 +14,8 @@
|
|||
conn "SELECT id FROM guix_revisions WHERE commit = $1 LIMIT 1"
|
||||
(list commit))
|
||||
(((id))
|
||||
id)))
|
||||
id)
|
||||
(() #f)))
|
||||
|
||||
(define (insert-guix-revision conn url commit store_path)
|
||||
(define insert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue