aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-10-18 13:49:07 +0100
committerChristopher Baines <mail@cbaines.net>2023-10-18 13:49:07 +0100
commite615c4fdabee8902d9a628e6f4a046858f40cdd8 (patch)
tree1a50ab7bc8a12ee703f24a216f14745610b6f022 /guix-qa-frontpage
parente95a7a7aa0c9a3a66eeef6c9c2b5c5cc200248d5 (diff)
downloadqa-frontpage-e615c4fdabee8902d9a628e6f4a046858f40cdd8.tar
qa-frontpage-e615c4fdabee8902d9a628e6f4a046858f40cdd8.tar.gz
Log more when patches haven't been received
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r--guix-qa-frontpage/manage-patch-branches.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm
index fb2d503..1fba04c 100644
--- a/guix-qa-frontpage/manage-patch-branches.scm
+++ b/guix-qa-frontpage/manage-patch-branches.scm
@@ -235,7 +235,11 @@
#t "Failed to apply \"~A.patch\" (~A)\n" id name)
(insert-log new-results)
#f))))))))
- (simple-format #t "all patches have not been received, skipping\n")))
+ (simple-format
+ #t
+ "issue ~A (series: ~A): all patches have not been received, skipping\n"
+ issue-number
+ patchwork-series)))
(let ((latest-master-commit
(get-latest-processed-branch-revision "master")))