Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Mon, 17 Sep 2018 03:27:16
Message-Id: 1537154794.c53e24b4b040a54f8fc6eebf628c63e799b8d368.mattst88@gentoo
1 commit: c53e24b4b040a54f8fc6eebf628c63e799b8d368
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 03:26:34 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 03:26:34 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c53e24b4
7
8 catalyst-auto: Fix more s/ppc/ppc32/
9
10 tools/catalyst-auto-ppc.conf | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
14 index bc4ee17f..f88c5ce0 100644
15 --- a/tools/catalyst-auto-ppc.conf
16 +++ b/tools/catalyst-auto-ppc.conf
17 @@ -60,10 +60,10 @@ post_build() {
18 pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
19
20 case ${spec} in
21 - ppc/installcd-stage2-minimal.spec)
22 + ppc32/installcd-stage2-minimal.spec)
23 upload *${TIMESTAMP}*.iso*
24 ;;
25 - ppc/stage3.spec)
26 + ppc32/stage3.spec)
27 upload stage3-ppc-*${TIMESTAMP}*.xz*
28 ;;
29 ppc64/stage3.spec)