aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-08 12:03:41 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-08 12:03:41 +0000
commitc31c9575e02687f6dcc5f1c04724d0b3c8be8b66 (patch)
tree25c1b8ce72e66c117e26578c6d18123d014e841a /sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql
parentbb271c366b4879bb99cd433a0e2b8a5f8b0be251 (diff)
downloaddata-service-c31c9575e02687f6dcc5f1c04724d0b3c8be8b66.tar
data-service-c31c9575e02687f6dcc5f1c04724d0b3c8be8b66.tar.gz
Support excluding and including branches from a repository
So that you can have the Guix Data Service only pay attention to some of the branches.
Diffstat (limited to 'sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql')
-rw-r--r--sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql b/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql
new file mode 100644
index 0000000..fbec379
--- /dev/null
+++ b/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:allow_including_and_excluding_branches_for_repositories on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;