diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-23 18:27:38 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-23 19:30:55 +0100 |
commit | d1020a834a09a76cd5c98fe81ebad2968b193872 (patch) | |
tree | a6f623c9a8d012f50ecc0d06ccc733a951f2dfd0 /sqitch/pg/verify | |
parent | 78287e9cc4a8c8f000ccb6e6e5641180274e0e8e (diff) | |
download | build-coordinator-d1020a834a09a76cd5c98fe81ebad2968b193872.tar build-coordinator-d1020a834a09a76cd5c98fe81ebad2968b193872.tar.gz |
Send over some metadata from the agent for each output
This will hopefully make it easier to create narinfo files for the outputs. I
think all of this information can be derived from the nar, but I'm not sure
how to do that, so maybe this can eventually be removed.
Diffstat (limited to 'sqitch/pg/verify')
-rw-r--r-- | sqitch/pg/verify/output_metadata.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/verify/output_metadata.sql b/sqitch/pg/verify/output_metadata.sql new file mode 100644 index 0000000..f6abae8 --- /dev/null +++ b/sqitch/pg/verify/output_metadata.sql @@ -0,0 +1,7 @@ +-- Verify guix-build-coordinator:output_metadata on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; |