Add x32 systemd mergedusr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
5fb1d14a9c
commit
8cd7cbb4d1
3 changed files with 28 additions and 0 deletions
12
releases/specs/amd64/x32/stage1-systemd-mu.spec
Normal file
12
releases/specs/amd64/x32/stage1-systemd-mu.spec
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
subarch: x32
|
||||||
|
target: stage1
|
||||||
|
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
||||||
|
rel_type: mergedusr
|
||||||
|
profile: default/linux/amd64/17.0/x32/systemd/merged-usr
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage3-x32-systemd-mergedusr-latest
|
||||||
|
compression_mode: pixz
|
||||||
|
update_seed: no
|
||||||
|
update_seed_command: --update --deep --newuse @world
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||||
|
portage_prefix: releng
|
10
releases/specs/amd64/x32/stage3-systemd-mu.spec
Normal file
10
releases/specs/amd64/x32/stage3-systemd-mu.spec
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
subarch: x32
|
||||||
|
target: stage3
|
||||||
|
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
||||||
|
rel_type: mergedusr
|
||||||
|
profile: default/linux/amd64/17.0/x32/systemd/merged-usr
|
||||||
|
snapshot: @TIMESTAMP@
|
||||||
|
source_subpath: default/stage1-x32-systemd-mergedusr-@TIMESTAMP@
|
||||||
|
compression_mode: pixz
|
||||||
|
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||||
|
portage_prefix: releng
|
|
@ -29,6 +29,7 @@ SETS="
|
||||||
musl_llvm
|
musl_llvm
|
||||||
x32_openrc
|
x32_openrc
|
||||||
x32_systemd
|
x32_systemd
|
||||||
|
x32_systemd_mu
|
||||||
"
|
"
|
||||||
|
|
||||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||||
|
@ -72,6 +73,8 @@ SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage3-openrc.spec"
|
||||||
|
|
||||||
SET_x32_systemd_SPECS="x32/stage1-systemd.spec x32/stage3-systemd.spec"
|
SET_x32_systemd_SPECS="x32/stage1-systemd.spec x32/stage3-systemd.spec"
|
||||||
|
|
||||||
|
SET_x32_systemd_mu_SPECS="x32/stage1-systemd-mu.spec x32/stage3-systemd-mu.spec"
|
||||||
|
|
||||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
|
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/amd64
|
||||||
|
|
||||||
EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
||||||
|
@ -145,6 +148,9 @@ post_build() {
|
||||||
nomultilib/stage3-systemd-mu.spec)
|
nomultilib/stage3-systemd-mu.spec)
|
||||||
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
upload stage3-amd64-nomultilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
|
x32/stage3-systemd-mu.spec)
|
||||||
|
upload stage3-x32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null || exit
|
popd >/dev/null || exit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue