Add hppa systemd merged-usr build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-16 21:58:26 +01:00
parent 49e914aaa4
commit c13e2dbe23
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
5 changed files with 59 additions and 1 deletions

View file

@ -0,0 +1,13 @@
subarch: hppa1.1
target: stage1
version_stamp: systemd-mergedusr-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: default/stage3-hppa1.1-systemd-mergedusr-latest
update_seed: no
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed_command: --update --deep --newuse @world

View file

@ -0,0 +1,11 @@
subarch: hppa1.1
target: stage3
version_stamp: systemd-mergedusr-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa1.1-systemd-mergedusr-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz
decompressor_search_order: xz bzip2

View file

@ -0,0 +1,13 @@
subarch: hppa2.0
target: stage1
version_stamp: systemd-mergedusr-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: default/stage3-hppa2.0-systemd-mergedusr-latest
update_seed: no
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed_command: --update --deep --newuse @world

View file

@ -0,0 +1,11 @@
subarch: hppa2.0
target: stage3
version_stamp: systemd-mergedusr-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd/merged-usr
snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa2.0-systemd-mergedusr-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz
decompressor_search_order: xz bzip2

View file

@ -5,18 +5,22 @@ UPLOAD_USER=hppa
UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs/hppa
SETS="hppa11_openrc hppa11_systemd hppa20_openrc hppa20_systemd"
SETS="hppa11_openrc hppa11_systemd hppa11_systemd_mu hppa20_openrc hppa20_systemd hppa20_systemd_mu"
SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
SET_hppa11_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec netboot-hppa32.spec"
SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec hppa1.1/stage3-systemd.spec"
SET_hppa11_systemd_mu_SPECS="hppa1.1/stage1-systemd-mu.spec hppa1.1/stage3-systemd-mu.spec"
SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
SET_hppa20_openrc_OPTIONAL_SPECS="netboot-hppa64.spec"
SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec"
SET_hppa20_systemd_mu_SPECS="hppa2.0/stage1-systemd-mu.spec hppa2.0/stage3-systemd-mu.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa
EMAIL_SUBJECT_PREPEND="[hppa-auto]"
@ -59,12 +63,18 @@ post_build() {
hppa1.1/stage3-systemd.spec)
upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.xz*
;;
hppa1.1/stage3-systemd-mu.spec)
upload stage3-hppa1.1-systemd-mergedusr-*${TIMESTAMP}*.xz*
;;
hppa2.0/stage3-openrc.spec)
upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.xz*
;;
hppa2.0/stage3-systemd.spec)
upload stage3-hppa2.0-systemd-*${TIMESTAMP}*.xz*
;;
hppa2.0/stage3-systemd-mu.spec)
upload stage3-hppa2.0-systemd-mergedusr-*${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;