amd64: move selinux builds to demeter
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
91376d48df
commit
7189beaa5b
8 changed files with 28 additions and 30 deletions
|
@ -15,10 +15,12 @@ SPECS_DIR=${REPO_DIR}/releases/specs/amd64
|
|||
SETS="
|
||||
openrc
|
||||
systemd
|
||||
hardened_openrc
|
||||
hardened_nomultilib_openrc
|
||||
nomultilib_openrc
|
||||
nomultilib_systemd
|
||||
hardened_openrc
|
||||
hardened_nomultilib_openrc
|
||||
hardened_selinux_openrc
|
||||
hardened_nomultilib_selinux_openrc
|
||||
musl
|
||||
musl_hardened
|
||||
x32_openrc
|
||||
|
@ -31,6 +33,10 @@ SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.spec"
|
|||
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage2-openrc.spec hardened/stage3-openrc.spec"
|
||||
SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
|
||||
|
||||
SET_hardened_selinux_openrc_SPECS="hardened-selinux/stage1-openrc.spec hardened-selinux/stage2-openrc.spec hardened-selinux/stage3-openrc.spec"
|
||||
|
||||
SET_hardened_nomultilib_selinux_openrc_SPECS="hardened-nomultilib-selinux/stage1-openrc.spec hardened-nomultilib-selinux/stage2-openrc.spec hardened-nomultilib-selinux/stage3-openrc.spec"
|
||||
|
||||
SET_hardened_nomultilib_openrc_SPECS="hardened-nomultilib/stage1-openrc.spec hardened-nomultilib/stage2-openrc.spec hardened-nomultilib/stage3-openrc.spec"
|
||||
|
||||
SET_nomultilib_openrc_SPECS="nomultilib/stage1-openrc.spec nomultilib/stage2-openrc.spec nomultilib/stage3-openrc.spec"
|
||||
|
@ -103,6 +109,12 @@ post_build() {
|
|||
hardened-nomultilib/stage3-openrc.spec)
|
||||
upload stage3-amd64-hardened-nomultilib-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
hardened-selinux/stage3-openrc.spec)
|
||||
upload stage3-amd64-hardened-selinux-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
hardened-nomultilib-selinux/stage3-openrc.spec)
|
||||
upload stage3-amd64-hardened-nomultilib-selinux-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
|
||||
|
|
|
@ -11,13 +11,8 @@ source /etc/catalyst/release/build.env
|
|||
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/amd64
|
||||
|
||||
SETS="
|
||||
hardened_multilib_selinux hardened_nomultilib_selinux
|
||||
"
|
||||
|
||||
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_nomultilib_selinux_SPECS="hardened/stage1-selinux-nomultilib.spec hardened/stage2-selinux-nomultilib.spec hardened/stage3-selinux-nomultilib.spec"
|
||||
SETS=""
|
||||
SPECS="nosuchfile.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
|
||||
|
||||
|
@ -54,15 +49,6 @@ post_build() {
|
|||
hardened/stage4-minimal.spec)
|
||||
upload stage4-amd64-hardened+minimal-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
hardened/stage3-selinux.spec)
|
||||
upload stage3-amd64-hardened-selinux-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
hardened/admincd-stage2-selinux.spec)
|
||||
upload admincd-amd64-${TIMESTAMP}.iso*
|
||||
;;
|
||||
hardened/stage3-selinux-nomultilib.spec)
|
||||
upload stage3-amd64-hardened-selinux+nomultilib-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue