Support per repository configuration for fetching substitutes

This is so that data.qa.guix.gnu.org can be configured only to query the
branches from the main repository.
This commit is contained in:
Christopher Baines 2022-09-09 12:39:38 +01:00
parent 45e25c2436
commit ad39492cf0
6 changed files with 48 additions and 15 deletions

View file

@ -0,0 +1,7 @@
-- Verify guix-data-service:git_repositories_query_substitutes on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;