diff options
author | Christopher Baines <mail@cbaines.net> | 2023-05-06 11:36:05 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-05-06 11:36:05 +0100 |
commit | 51fb0d63eed55a27da0f0088f63f6a7360cc8b03 (patch) | |
tree | 1abb7031d000c83d7b6d82801113f0f1a0d4a115 /scripts | |
parent | 083420e110e91bcc818f4e0a26d9d2900d4c665d (diff) | |
download | qa-frontpage-51fb0d63eed55a27da0f0088f63f6a7360cc8b03.tar qa-frontpage-51fb0d63eed55a27da0f0088f63f6a7360cc8b03.tar.gz |
Instrument the substitute availability of branches
So that it's possible to get an idea of how this changes over time.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-qa-frontpage.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in index e5ee962..471df6f 100644 --- a/scripts/guix-qa-frontpage.in +++ b/scripts/guix-qa-frontpage.in @@ -199,7 +199,8 @@ database #:number-of-series-to-refresh (+ patch-issues-to-show 50)) - (start-refresh-non-patch-branches-data-thread database) + (start-refresh-non-patch-branches-data-thread database + metrics-registry) (when (assq-ref opts 'submit-builds) (start-submit-patch-builds-thread database |