hppa11: also rename openrc and add systemd

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-04-22 21:16:59 +02:00
parent b6054111f1
commit 98b8d9474d
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
6 changed files with 33 additions and 18 deletions

View file

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

View file

@ -0,0 +1,11 @@
subarch: hppa1.1
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-hppa1.1-systemd-latest
update_seed: yes
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage1-hppa1.1

View file

@ -1,10 +0,0 @@
subarch: hppa1.1
target: stage2
version_stamp: @TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa1.1-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage2-hppa1.1

View file

@ -1,10 +1,10 @@
subarch: hppa1.1 subarch: hppa1.1
target: stage3 target: stage3
version_stamp: @TIMESTAMP@ version_stamp: openrc-@TIMESTAMP@
rel_type: default rel_type: default
profile: default/linux/hppa/17.0 profile: default/linux/hppa/17.0
snapshot: @TIMESTAMP@ snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa1.1-@TIMESTAMP@ source_subpath: default/stage1-hppa1.1-openrc-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1 pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1

View file

@ -0,0 +1,10 @@
subarch: hppa1.1
target: stage3
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/hppa/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-hppa1.1-systemd-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
pkgcache_path: /var/tmp/catalyst/packages/default/stage3-hppa1.1

View file

@ -5,9 +5,10 @@ UPLOAD_USER=hppa
UPLOAD_KEY=/root/.ssh/buildsync.key UPLOAD_KEY=/root/.ssh/buildsync.key
SPECS_DIR=${REPO_DIR}/releases/specs/hppa SPECS_DIR=${REPO_DIR}/releases/specs/hppa
SETS="hppa1_1 hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot" SETS="hppa11_openrc hppa11_systemd hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot"
SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec" 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"
SET_hppa20_openrc_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_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec"
@ -52,8 +53,11 @@ post_build() {
installcd-stage2-minimal.spec) installcd-stage2-minimal.spec)
upload install-hppa-minimal-*${TIMESTAMP}*.iso* upload install-hppa-minimal-*${TIMESTAMP}*.iso*
;; ;;
hppa1.1/stage3.spec) hppa1.1/stage3-openrc.spec)
upload stage3-hppa1.1-*${TIMESTAMP}*.bz2* upload stage3-hppa1.1-openrc-*${TIMESTAMP}*.bz2*
;;
hppa1.1/stage3-systemd.spec)
upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.bz2*
;; ;;
hppa2.0/stage3-openrc.spec) hppa2.0/stage3-openrc.spec)
upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2* upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2*