diff options
author | Christopher Baines <mail@cbaines.net> | 2025-01-06 11:47:17 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-01-06 11:47:17 +0000 |
commit | dadfd92bc9155c13137f2738013e03a80c3aa3f6 (patch) | |
tree | ded09a67625e8326835c06fe008303aeb1d596a9 /guix-qa-frontpage/manage-patch-branches.scm | |
parent | 1a31302d2332bd5f70115e19ac32e0a013b1ea62 (diff) | |
download | qa-frontpage-dadfd92bc9155c13137f2738013e03a80c3aa3f6.tar qa-frontpage-dadfd92bc9155c13137f2738013e03a80c3aa3f6.tar.gz |
Use more from knots
Diffstat (limited to 'guix-qa-frontpage/manage-patch-branches.scm')
-rw-r--r-- | guix-qa-frontpage/manage-patch-branches.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index fc389e1..634cefe 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -17,12 +17,9 @@ #:use-module (guix sets) #:use-module (guix memoization) #:use-module (guix build utils) - #:use-module ((guix build syscalls) - #:select (set-thread-name)) - #:use-module (guix-build-coordinator utils) - #:use-module (guix-build-coordinator utils fibers) #:use-module ((guix build download) #:select (http-fetch)) #:use-module ((guix build utils) #:select (with-directory-excursion)) + #:use-module (knots worker-threads) #:use-module (guix-qa-frontpage mumi) #:use-module (guix-qa-frontpage database) #:use-module (guix-qa-frontpage git-repository) |