guix-data-service/sqitch/revert/guix_revision_system_test_derivations_add_system.sql
Christopher Baines c44297b615 Generate and store system test derivations for all supported systems
Rather than just the native system. I'm not quite sure of the value here, as I
guess system tests should behave the same regardless of the way the software
is compiled, but this seems like it could be useful, and being explicit about
the system the derivation is for is good.
2020-03-20 08:28:55 +00:00

7 lines
125 B
PL/PgSQL

-- Revert guix-data-service:guix_revision_system_test_derivations_add_system from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;