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 19:22:17
Message-Id: 1537212074.958fe2facffe558c71d1b32d97998af804559c51.mattst88@gentoo
1 commit: 958fe2facffe558c71d1b32d97998af804559c51
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 19:20:30 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 19:21:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=958fe2fa
7
8 catalyst-auto: Skip alpha stage2 builds
9
10 tools/catalyst-auto-alpha.conf | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
14 index 5a86db14..45527489 100644
15 --- a/tools/catalyst-auto-alpha.conf
16 +++ b/tools/catalyst-auto-alpha.conf
17 @@ -3,7 +3,7 @@
18
19 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/alpha
20
21 -SPECS="stage1.spec stage2.spec stage3.spec"
22 +SPECS="stage1.spec stage3.spec"
23 #SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
24 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
25 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"