aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2016-03-24 03:30:32 +0000
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2016-03-24 03:30:32 +0000
commit32af29f06ee97b90ef79645e3a8943afa7f4462a (patch)
treebacf2586f565a05d0372d57ba167e8b555900a7f
parentcatalyst-auto: add an option to hold a lock while running (diff)
downloadreleng-32af29f06ee97b90ef79645e3a8943afa7f4462a.tar.gz
releng-32af29f06ee97b90ef79645e3a8943afa7f4462a.tar.bz2
releng-32af29f06ee97b90ef79645e3a8943afa7f4462a.zip
Whitespace.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
-rw-r--r--tools/catalyst-auto-x86.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 9b60c819..d613264f 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -9,10 +9,15 @@ source /etc/catalyst/release/build.env
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/${ARCH}
-SETS="i486 i686 hardened"
+SETS="
+ i486
+ i686
+ hardened
+"
SET_i486_SPECS="stage1.spec stage2.spec stage3.spec"
SET_i486_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
+
SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"