From 1f79fc38a17ceda30f378efd4e7f80f252c99b4d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 28 Feb 2021 18:41:07 +0000 Subject: Add a new dynamic authentication approach This avoids the need to create agents upfront, which could be useful when creating many childhurd VMs or using scheduling tools to dynamically run agents. --- sqitch/sqlite/revert/add_agent_names.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/sqlite/revert/add_agent_names.sql (limited to 'sqitch/sqlite/revert/add_agent_names.sql') diff --git a/sqitch/sqlite/revert/add_agent_names.sql b/sqitch/sqlite/revert/add_agent_names.sql new file mode 100644 index 0000000..5bfd09e --- /dev/null +++ b/sqitch/sqlite/revert/add_agent_names.sql @@ -0,0 +1,7 @@ +-- Revert guix-build-coordinator:add_agent_names from sqlite + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; -- cgit v1.2.3