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, 05 Sep 2019 15:48:57
Message-Id: 1567698506.dce27f9f28ec56eef5b5c650e4e6b559cff1cec8.mattst88@gentoo
1 commit: dce27f9f28ec56eef5b5c650e4e6b559cff1cec8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 5 15:48:26 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 5 15:48:26 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=dce27f9f
7
8 catalyst-auto: Skip ia64 stage2 builds
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto-ia64.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
16 index 438a5757..b1b61124 100644
17 --- a/tools/catalyst-auto-ia64.conf
18 +++ b/tools/catalyst-auto-ia64.conf
19 @@ -3,7 +3,7 @@
20
21 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/ia64
22
23 -SPECS="stage1.spec stage2.spec stage3.spec"
24 +SPECS="stage1.spec stage3.spec"
25 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
26 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
27 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"