Change target to '' if it matches system, as this matches the updated way of storing derivations.
7 lines
119 B
PL/PgSQL
7 lines
119 B
PL/PgSQL
-- Verify guix-data-service:update_build_servers_build_config on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|