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