aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-05-25 06:09:56 -0500
committerBen Kohler <bkohler@gentoo.org>2020-05-25 06:09:56 -0500
commitc0ebcf37c7448a2e4fda8feb2f03c067ed25401c (patch)
tree244438d98e1a97a9a508770ea2e5f3ec9d56e109
parentx86: Add systemd specs (diff)
downloadreleng-c0ebcf37c7448a2e4fda8feb2f03c067ed25401c.tar.gz
releng-c0ebcf37c7448a2e4fda8feb2f03c067ed25401c.tar.bz2
releng-c0ebcf37c7448a2e4fda8feb2f03c067ed25401c.zip
catalyst-auto-amd64.conf: missing amd64- in systemd stage3 filenames
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--tools/catalyst-auto-amd64.conf2
1 files changed, 1 insertions, 1 deletions
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*