From 623bd0e72542eb7bbb3f4203b9a56e81f2bde92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 18 Oct 2021 22:06:28 +0200 Subject: [PATCH] Add amd64 stage3d experiment as optional autobuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-amd64.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 07650be0..7b321683 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -24,8 +24,10 @@ SETS=" " SET_openrc_SPECS="stage1-openrc.spec stage2-openrc.spec stage3-openrc.spec" -SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" +SET_openrc_OPTIONAL_SPECS="stage3d-openrc.spec installcd-stage1.spec installcd-stage2-minimal.spec" + SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec" +SET_systemd_OPTIONAL_SPECS="stage3d-systemd.spec" SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage2-openrc.spec hardened/stage3-openrc.spec" SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"