hppa20: rename openrc stages and add systemd stages

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-04-22 21:04:58 +02:00
parent 85671b9938
commit b6054111f1
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
5 changed files with 32 additions and 7 deletions

View file

@ -1,10 +1,10 @@
subarch: hppa2.0
target: stage1
version_stamp: @TIMESTAMP@
version_stamp: openrc-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage3-hppa2.0-latest
source_subpath: default/stage3-hppa2.0-openrc-latest
update_seed: yes
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -0,0 +1,11 @@
subarch: hppa2.0
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd
snapshot: @TIMESTAMP@
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

View file

@ -1,10 +1,10 @@
subarch: hppa2.0
target: stage3
version_stamp: @TIMESTAMP@
version_stamp: openrc-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa2.0-@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

View file

@ -0,0 +1,10 @@
subarch: hppa2.0
target: stage3
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd
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

View file

@ -5,11 +5,12 @@ UPLOAD_USER=hppa
UPLOAD_KEY=/root/.ssh/buildsync.key
SPECS_DIR=${REPO_DIR}/releases/specs/hppa
SETS="hppa1_1 hppa2_0 hppa_livecd hppa_netboot"
SETS="hppa1_1 hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot"
SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec"
SET_hppa2_0_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec"
SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
@ -55,7 +56,10 @@ post_build() {
upload stage3-hppa1.1-*${TIMESTAMP}*.bz2*
;;
hppa2.0/stage3-openrc.spec)
upload stage3-hppa2.0-*${TIMESTAMP}*.bz2*
upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2*
;;
hppa2.0/stage3-systemd.spec)
upload stage3-hppa2.0-systemd-*${TIMESTAMP}*.bz2*
;;
*)
echo "Finished ${spec}"