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/git-repositories-x-git-repo-header.sql
Christopher Baines 2f36d47b1b Don't hardcode the expected x-git-repo header value
Rather than expecting it always to be "guix", store the expected value in the
database, and use the value of the header to find the relevant repository.
2020-01-11 17:25:08 +00:00

8 lines
120 B
PL/PgSQL

-- Verify guix-data-service:git-repositories-x-git-repo-header on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;