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.
This commit is contained in:
parent
b4188bda9d
commit
af209170f7
8 changed files with 118 additions and 18 deletions
7
sqitch/revert/packages_replacement.sql
Normal file
7
sqitch/revert/packages_replacement.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:packages_replacement from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue