diff options
author | 2018-09-17 12:20:30 -0700 | |
---|---|---|
committer | 2018-09-17 12:21:14 -0700 | |
commit | 958fe2facffe558c71d1b32d97998af804559c51 (patch) | |
tree | 3db9b9adc2507809022a425bb3d322948c3daba2 | |
parent | specs/alpha: Build stage3 from stage1 (diff) | |
download | releng-958fe2facffe558c71d1b32d97998af804559c51.tar.gz releng-958fe2facffe558c71d1b32d97998af804559c51.tar.bz2 releng-958fe2facffe558c71d1b32d97998af804559c51.zip |
catalyst-auto: Skip alpha stage2 builds
-rw-r--r-- | tools/catalyst-auto-alpha.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |