diff options
author | Christopher Baines <mail@cbaines.net> | 2022-09-09 12:39:38 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-09-09 12:39:38 +0100 |
commit | ad39492cf066ba88bd0b31c68a6d7f6c2cda01db (patch) | |
tree | 50b063dd336a30455ef228be059c1803dfc7516f /sqitch/verify | |
parent | 45e25c243682fc76a084ccc3f6c2c12cd8f2385e (diff) | |
download | data-service-ad39492cf066ba88bd0b31c68a6d7f6c2cda01db.tar data-service-ad39492cf066ba88bd0b31c68a6d7f6c2cda01db.tar.gz |
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.
Diffstat (limited to 'sqitch/verify')
-rw-r--r-- | sqitch/verify/git_repositories_query_substitutes.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/git_repositories_query_substitutes.sql b/sqitch/verify/git_repositories_query_substitutes.sql new file mode 100644 index 0000000..d01657e --- /dev/null +++ b/sqitch/verify/git_repositories_query_substitutes.sql @@ -0,0 +1,7 @@ +-- Verify guix-data-service:git_repositories_query_substitutes on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; |