commit: c0ebcf37c7448a2e4fda8feb2f03c067ed25401c
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 11:09:56 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 25 11:09:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c0ebcf37
catalyst-auto-amd64.conf: missing amd64- in systemd stage3 filenames
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
tools/catalyst-auto-amd64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index bbf27ca2..3fa37fea 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -110,7 +110,7 @@ post_build() {
upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz*
;;
stage3-systemd.spec)
- upload stage3-systemd-${TIMESTAMP}.tar.xz*
+ upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-x32.spec)
upload stage3-x32-${TIMESTAMP}.tar.xz*