Drop more stage4-cloud.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
c65a620930
commit
ad4692b02f
1 changed files with 4 additions and 8 deletions
|
@ -10,27 +10,23 @@ source /etc/catalyst/release/build.env
|
||||||
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/${ARCH}
|
SPECS_DIR=${REPO_DIR}/releases/weekly/specs/${ARCH}
|
||||||
|
|
||||||
SETS="
|
SETS="
|
||||||
multilib cloud_multilib
|
multilib
|
||||||
nomultilib cloud_nomultilib
|
nomultilib
|
||||||
x32
|
x32
|
||||||
hardened_multilib cloud_hardened_multilib
|
hardened_multilib
|
||||||
hardened_nomultilib cloud_hardened_nomultilib
|
hardened_nomultilib
|
||||||
hardened_multilib_selinux hardened_nomultilib_selinux
|
hardened_multilib_selinux hardened_nomultilib_selinux
|
||||||
"
|
"
|
||||||
|
|
||||||
SET_multilib_SPECS="stage1.spec stage2.spec stage3.spec"
|
SET_multilib_SPECS="stage1.spec stage2.spec stage3.spec"
|
||||||
SET_multilib_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
SET_multilib_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||||
SET_cloud_multilib_SPECS="stage4-cloud.spec"
|
|
||||||
SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec"
|
SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec"
|
||||||
SET_cloud_nomultilib_SPECS="stage4-nomultilib-cloud.spec"
|
|
||||||
|
|
||||||
SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec"
|
SET_x32_SPECS="stage1-x32.spec stage2-x32.spec stage3-x32.spec"
|
||||||
|
|
||||||
SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
|
SET_hardened_multilib_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
|
||||||
SET_hardened_multilib_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
|
SET_hardened_multilib_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
|
||||||
SET_cloud_hardened_multilib_SPECS="hardened/stage4-cloud.spec"
|
|
||||||
SET_hardened_nomultilib_SPECS="hardened/stage1-nomultilib.spec hardened/stage2-nomultilib.spec hardened/stage3-nomultilib.spec"
|
SET_hardened_nomultilib_SPECS="hardened/stage1-nomultilib.spec hardened/stage2-nomultilib.spec hardened/stage3-nomultilib.spec"
|
||||||
SET_cloud_hardened_nomultilib_SPECS="hardened/stage4-nomultilib-cloud.spec"
|
|
||||||
|
|
||||||
SET_hardened_multilib_selinux_SPECS="hardened/stage1-selinux.spec hardened/stage2-selinux.spec hardened/stage3-selinux.spec"
|
SET_hardened_multilib_selinux_SPECS="hardened/stage1-selinux.spec hardened/stage2-selinux.spec hardened/stage3-selinux.spec"
|
||||||
SET_hardened_multilib_selinux_OPTIONAL_SPECS="hardened/admincd-stage1-selinux.spec hardened/admincd-stage2-selinux.spec"
|
SET_hardened_multilib_selinux_OPTIONAL_SPECS="hardened/admincd-stage1-selinux.spec hardened/admincd-stage2-selinux.spec"
|
||||||
|
|
Loading…
Add table
Reference in a new issue