hppa: cleanups, modernization, build order

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-04-23 18:15:34 +02:00
parent e947bce5ac
commit b9be3b7bbb
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
5 changed files with 11 additions and 5 deletions

View file

@ -8,4 +8,6 @@ source_subpath: default/stage3-hppa2.0-openrc-latest
update_seed: yes
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa2.0
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed_command: --update --deep --newuse @world

View file

@ -8,4 +8,6 @@ source_subpath: default/stage3-hppa2.0-systemd-latest
update_seed: yes
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa2.0
compression_mode: pixz
decompressor_search_order: xz bzip2
update_seed_command: --update --deep --newuse @world

View file

@ -7,4 +7,5 @@ snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa2.0-openrc-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0
compression_mode: pixz
decompressor_search_order: xz bzip2

View file

@ -7,4 +7,5 @@ snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa2.0-systemd-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa2.0
compression_mode: pixz
decompressor_search_order: xz bzip2

View file

@ -5,7 +5,7 @@ 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 hppa_livecd hppa_netboot"
SETS="hppa20_systemd hppa11_systemd hppa11_openrc hppa20_openrc hppa_livecd hppa_netboot"
SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec hppa1.1/stage3-systemd.spec"