diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 32d23b65..0eeaddd6 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -41,10 +41,16 @@ post_build() { upload *${TIMESTAMP}*.iso* ;; sparc/stage3.spec) - upload stage3-sparc-*${TIMESTAMP}*.xz* + upload stage3-sparc-${TIMESTAMP}*.xz* + ;; + sparc/systemd-stage3.spec) + upload stage3-sparc-systemd-${TIMESTAMP}*.xz* ;; sparc64/stage3.spec) - upload stage3-sparc64-*${TIMESTAMP}*.xz* + upload stage3-sparc64-${TIMESTAMP}*.xz* + ;; + sparc64/systemd-stage3.spec) + upload stage3-sparc64-systemd-${TIMESTAMP}*.xz* ;; esac