2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/allow_including_and_excluding_branches_for_repositories.sql
Christopher Baines c31c9575e0 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.
2020-02-08 12:03:41 +00:00

8 lines
141 B
PL/PgSQL

-- Verify guix-data-service:allow_including_and_excluding_branches_for_repositories on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;