commit: 5bfe6e81dc07220eed4eed01a1698381ab23c674
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 11:45:56 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 26 11:45:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5bfe6e81
catalyst-auto-x86.conf: add missing -systemd suffix on upload call
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
tools/catalyst-auto-x86.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index ad3f29ab..c6f4a694 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -90,7 +90,7 @@ post_build() {
upload stage3-i686-${TIMESTAMP}.tar.xz*
;;
i686/stage3-systemd.spec)
- upload stage3-i686-${TIMESTAMP}.tar.xz*
+ upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null || exit