x86: Add systemd specs
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
a24359b95c
commit
dfec6c432d
4 changed files with 38 additions and 0 deletions
|
@ -12,6 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
|
|||
SETS="
|
||||
i486
|
||||
i686
|
||||
i686-systemd
|
||||
hardened
|
||||
"
|
||||
|
||||
|
@ -20,6 +21,8 @@ SET_i486_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
|
|||
|
||||
SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
|
||||
|
||||
SET_i686_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
|
||||
|
||||
SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
|
||||
SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
|
||||
|
||||
|
@ -86,6 +89,9 @@ post_build() {
|
|||
i686/stage3.spec)
|
||||
upload stage3-i686-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
i686/stage3-systemd.spec)
|
||||
upload stage3-i686-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue