Support storing the id's representing builds in other services
Like Cuirass, or the Guix Data Service. This isn't so necessary with Cuirass, as the derivation/output are unique identifiers, but for the Guix Build Coordinator, one derivation/output can be built many times, with potentially differing results.
This commit is contained in:
parent
1d48885e6a
commit
ddbe4c2192
4 changed files with 22 additions and 0 deletions
7
sqitch/revert/build_add_build_server_build_id.sql
Normal file
7
sqitch/revert/build_add_build_server_build_id.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:build_add_build_server_build_id from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue