diff options
author | Christopher Baines <mail@cbaines.net> | 2023-02-14 19:29:50 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-14 19:29:50 +0000 |
commit | d8003e4d93d3d94f641109d0553be675005fdfbd (patch) | |
tree | 9acd5207f1dd946785cb62c7aca75dc1ae5417e5 /guix-qa-frontpage/manage-patch-branches.scm | |
parent | 7d64b120dcfc935819428ed5dee67b94bca0d89e (diff) | |
download | qa-frontpage-d8003e4d93d3d94f641109d0553be675005fdfbd.tar qa-frontpage-d8003e4d93d3d94f641109d0553be675005fdfbd.tar.gz |
Increase the number of series to create branches for
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 0813dfa..a03b3dc 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -272,7 +272,7 @@ (series-to-create-branches-for (let ((recent-series (take all-patchwork-series - 150))) + 200))) (append recent-series (filter-map |