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: Tue, 08 Jan 2019 17:34:43
Message-Id: 1546968853.8d05f7d50814d361f45cdaa058a895fb8657bf70.bkohler@gentoo
1 commit: 8d05f7d50814d361f45cdaa058a895fb8657bf70
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 17:34:13 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 17:34:13 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8d05f7d5
7
8 catalyst-auto-sparc64.conf: missed some ) in case statement
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 tools/catalyst-auto-sparc64.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
16 index 3a3e5f0e..13784e8d 100644
17 --- a/tools/catalyst-auto-sparc64.conf
18 +++ b/tools/catalyst-auto-sparc64.conf
19 @@ -61,10 +61,10 @@ post_build() {
20 pushd "${BUILD_SRCDIR_BASE}/default/" > /dev/null
21
22 case ${spec} in
23 - stage3.spec
24 + stage3.spec)
25 upload stage3-*${DATESTAMP}*${EXTENSIONS}*
26 ;;
27 - installcd-stage2-minimal.spec
28 + installcd-stage2-minimal.spec)
29 upload *${DATESTAMP}*.iso*
30 ;;
31 esac