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: Thu, 30 May 2019 21:11:46
Message-Id: 1559250625.c02b25b76504f0c226c73eb63bc853de4c5d37ae.mattst88@gentoo
1 commit: c02b25b76504f0c226c73eb63bc853de4c5d37ae
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 21:01:25 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 21:10:25 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c02b25b7
7
8 catalyst-auto: Skip s390 stage2 builds
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto-s390.conf | 2 +-
13 tools/catalyst-auto-s390x.conf | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf
17 index 36672db2..b42797dc 100644
18 --- a/tools/catalyst-auto-s390.conf
19 +++ b/tools/catalyst-auto-s390.conf
20 @@ -6,7 +6,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
21
22 SETS="default netboot"
23
24 -SET_default_SPECS="stage1.spec stage2.spec stage3.spec"
25 +SET_default_SPECS="stage1.spec stage3.spec"
26
27 SET_netboot_SPECS="netboot/netboot.spec"
28
29
30 diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf
31 index 2aa01f7a..2f9b9b4a 100644
32 --- a/tools/catalyst-auto-s390x.conf
33 +++ b/tools/catalyst-auto-s390x.conf
34 @@ -6,7 +6,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
35
36 SETS="default netboot"
37
38 -SET_default_SPECS="stage1.spec stage2.spec stage3.spec"
39 +SET_default_SPECS="stage1.spec stage3.spec"
40
41 SET_netboot_SPECS="netboot/netboot.spec"