diff options
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 657af1c..7db0ef5 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -362,6 +362,7 @@ (assoc-ref patchwork-series "date") "~Y-~m-~dT~H:~M:~S"))) #f))) + (simple-format #t "creating branch for issue ~A\n" issue-number) (create-branch-for-issue issue-number (number->string (assoc-ref patchwork-series @@ -370,7 +371,8 @@ 100))) (simple-format (current-error-port) - "finished processing patch branches\n") + "finished processing patch branches (last issue: ~A)\n" + (car (last patchwork-series))) (sleep 3600)) (setenv "GIT_SSH_COMMAND" |