aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-24 21:47:06 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-24 21:47:06 +0100
commit111576e3f93b07cca6f2634bbc87116aae5e537b (patch)
tree1fa818b9fa694a8e7a4e7af19ebd721e7e502e16 /sqitch/verify
parent79993bfaeff3097d37838bc0636fc20c6fc4283d (diff)
downloaddata-service-111576e3f93b07cca6f2634bbc87116aae5e537b.tar
data-service-111576e3f93b07cca6f2634bbc87116aae5e537b.tar.gz
Remove odd package derivations with mismatched systems
This follows on from 79993bfaeff3097d37838bc0636fc20c6fc4283d, disassociating the relevant derivations from the revisions.
Diffstat (limited to 'sqitch/verify')
-rw-r--r--sqitch/verify/remove_odd_package_derivations.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/verify/remove_odd_package_derivations.sql b/sqitch/verify/remove_odd_package_derivations.sql
new file mode 100644
index 0000000..d0b0d4b
--- /dev/null
+++ b/sqitch/verify/remove_odd_package_derivations.sql
@@ -0,0 +1,7 @@
+-- Verify guix-data-service:remove_odd_package_derivations on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;