amd64: Add systemd specs

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2020-05-21 18:46:51 -07:00
parent a1f347da83
commit a24359b95c
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,12 @@
subarch: amd64
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/amd64/17.1/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-amd64-systemd-latest
compression_mode: pixz_x
update_seed: yes
update_seed_command: --update --deep --newuse @world
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,10 @@
subarch: amd64
target: stage2
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/amd64/17.1/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-amd64-systemd-@TIMESTAMP@
compression_mode: pixz_x
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,10 @@
subarch: amd64
target: stage3
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/amd64/17.1/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage2-amd64-systemd-@TIMESTAMP@
compression_mode: pixz_x
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -13,6 +13,7 @@ SETS="
multilib minimal_multilib
nomultilib minimal_nomultilib
x32
systemd
hardened_multilib minimal_hardened_multilib
hardened_nomultilib minimal_hardened_nomultilib
"
@ -25,6 +26,8 @@ SET_minimal_multilib_OPTIONAL_SPECS="stage4-minimal.spec"
SET_nomultilib_SPECS="stage1-nomultilib.spec stage2-nomultilib.spec stage3-nomultilib.spec"
SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec"
SET_systemd_SPECS="stage1-systemd.spec stage2-systemd.spec stage3-systemd.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"
@ -106,6 +109,9 @@ post_build() {
stage4-nomultilib-minimal.spec)
upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz*
;;
stage3-systemd.spec)
upload stage3-systemd-${TIMESTAMP}.tar.xz*
;;
stage3-x32.spec)
upload stage3-x32-${TIMESTAMP}.tar.xz*
;;