aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-qa-frontpage/server.scm2
-rw-r--r--scripts/guix-qa-frontpage.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm
index 9fa3d52..a46777a 100644
--- a/guix-qa-frontpage/server.scm
+++ b/guix-qa-frontpage/server.scm
@@ -834,8 +834,6 @@ has no patches or has been closed.")
(when generate-reproducible.json
(start-generate-reproducible.json-thread))
- (%patchwork-series-default-count patch-issues-to-show)
-
(when manage-patch-branches?
(start-manage-patch-branches-thread database
metrics-registry
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in
index d20722f..c666901 100644
--- a/scripts/guix-qa-frontpage.in
+++ b/scripts/guix-qa-frontpage.in
@@ -267,7 +267,8 @@
(with-fluids ((%file-port-name-canonicalization 'none))
(parameterize
- ((%git-repository-location (string-append (getcwd) "/guix.git")))
+ ((%git-repository-location (string-append (getcwd) "/guix.git"))
+ (%patchwork-series-default-count patch-issues-to-show))
(let* ((metrics-registry (make-metrics-registry
#:namespace
"guixqafrontpage"))