aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-05-26 06:45:56 -0500
committerBen Kohler <bkohler@gentoo.org>2020-05-26 06:45:56 -0500
commit5bfe6e81dc07220eed4eed01a1698381ab23c674 (patch)
tree6edfd6fb96c535676da1205275720d819dae7fc6
parentcatalyst-auto-x86.conf: fix i686-systemd setup (diff)
downloadreleng-5bfe6e81dc07220eed4eed01a1698381ab23c674.tar.gz
releng-5bfe6e81dc07220eed4eed01a1698381ab23c674.tar.bz2
releng-5bfe6e81dc07220eed4eed01a1698381ab23c674.zip
catalyst-auto-x86.conf: add missing -systemd suffix on upload call
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--tools/catalyst-auto-x86.conf2
1 files changed, 1 insertions, 1 deletions
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