Add x86 systemd merged-usr specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
be5ca56e3b
commit
a1175db109
3 changed files with 27 additions and 0 deletions
|
@ -13,6 +13,7 @@ SETS="
|
|||
i486_openrc
|
||||
i686_openrc
|
||||
i686_systemd
|
||||
i686_systemd_mu
|
||||
hardened_openrc
|
||||
musl
|
||||
"
|
||||
|
@ -22,6 +23,7 @@ SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd
|
|||
|
||||
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
|
||||
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec"
|
||||
SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec"
|
||||
|
||||
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
|
||||
SET_hardened_openrc_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec hardened/admincd-stage2-openrc.spec"
|
||||
|
@ -71,6 +73,9 @@ post_build() {
|
|||
i686/stage3-systemd.spec)
|
||||
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
i686/stage3-systemd-mu.spec)
|
||||
upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue