From 59328ba4341123278bf87d14a802333602d83b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 18 Oct 2021 23:25:38 +0200 Subject: [PATCH] Also upload "desktop stage3" 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 7b321683..e64f889c 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -84,6 +84,12 @@ post_build() { stage3-systemd.spec) upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz* ;; + stage3d-openrc.spec) + upload stage3-amd64-desktop-openrc-${TIMESTAMP}.tar.xz* + ;; + stage3d-systemd.spec) + upload stage3-amd64-desktop-systemd-${TIMESTAMP}.tar.xz* + ;; installcd-stage2-minimal.spec) upload install-amd64-minimal-${TIMESTAMP}.iso* ;;