summaryrefslogtreecommitdiff
path: root/src/cuirass/database.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/cuirass/database.scm')
-rw-r--r--src/cuirass/database.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm
index 130a9c3..1a51705 100644
--- a/src/cuirass/database.scm
+++ b/src/cuirass/database.scm
@@ -497,7 +497,7 @@ Assumes that if group id stays the same the group headers stay the same."
(define (finish-group)
(match repeated-row
(#(timestamp starttime stoptime log status derivation job-name system
- nix-name repo-name)
+ nix-name specification)
`((#:id . ,repeated-builds-id)
(#:timestamp . ,timestamp)
(#:starttime . ,starttime)
@@ -508,7 +508,7 @@ Assumes that if group id stays the same the group headers stay the same."
(#:job-name . ,job-name)
(#:system . ,system)
(#:nix-name . ,nix-name)
- (#:repo-name . ,repo-name)
+ (#:specification . ,specification)
(#:outputs . ,outputs)))))
(define (same-group? builds-id)