Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Mon, 25 May 2020 11:10:34
Message-Id: 1590404996.c0ebcf37c7448a2e4fda8feb2f03c067ed25401c.bkohler@gentoo
1 commit: c0ebcf37c7448a2e4fda8feb2f03c067ed25401c
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 11:09:56 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 11:09:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c0ebcf37
7
8 catalyst-auto-amd64.conf: missing amd64- in systemd stage3 filenames
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 tools/catalyst-auto-amd64.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
16 index bbf27ca2..3fa37fea 100644
17 --- a/tools/catalyst-auto-amd64.conf
18 +++ b/tools/catalyst-auto-amd64.conf
19 @@ -110,7 +110,7 @@ post_build() {
20 upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz*
21 ;;
22 stage3-systemd.spec)
23 - upload stage3-systemd-${TIMESTAMP}.tar.xz*
24 + upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz*
25 ;;
26 stage3-x32.spec)
27 upload stage3-x32-${TIMESTAMP}.tar.xz*