guix-data-service/sqitch/verify/packages_replacement.sql
Christopher Baines af209170f7 Track package replacements
Start at least looking for package replacements, and storing the
details (particularly the derivation). I'm looking at doing this so that build
servers using the Guix Data Service can build these derivations.
2021-07-11 11:57:05 +01:00

7 lines
106 B
PL/PgSQL

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