arm64: Unify stage and spec naming

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-01-23 19:37:53 +01:00
parent e27681c30c
commit 24e4e8950f
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
8 changed files with 9 additions and 29 deletions

View file

@ -4,7 +4,7 @@ version_stamp: @TIMESTAMP@
rel_type: default
profile: default/linux/arm64/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage3-arm64-@TIMESTAMP@
source_subpath: default/stage3-arm64-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/isos

View file

@ -1,10 +1,10 @@
subarch: arm64
target: stage1
version_stamp: @TIMESTAMP@
version_stamp: openrc-@TIMESTAMP@
rel_type: default
profile: default/linux/arm64/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage3-arm64-latest
source_subpath: default/stage3-arm64-openrc-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world

View file

@ -1,10 +0,0 @@
subarch: arm64
target: stage2
version_stamp: @TIMESTAMP@
rel_type: default
profile: default/linux/arm64/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage1-arm64-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -1,10 +1,10 @@
subarch: arm64
target: stage3
version_stamp: @TIMESTAMP@
version_stamp: openrc-@TIMESTAMP@
rel_type: default
profile: default/linux/arm64/17.0
snapshot: @TIMESTAMP@
source_subpath: default/stage1-arm64-@TIMESTAMP@
source_subpath: default/stage1-arm64-openrc-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -1,10 +0,0 @@
subarch: arm64
target: stage2
version_stamp: systemd-@TIMESTAMP@
rel_type: default
profile: default/linux/arm64/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage1-arm64-systemd-@TIMESTAMP@
compression_mode: pixz
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

@ -8,7 +8,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
SETS="musl muslhardened default"
SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec"
SET_default_SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"
@ -40,10 +40,10 @@ post_build() {
installcd-stage2-minimal.spec)
upload install-arm64-*${TIMESTAMP}*.iso*
;;
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
stage3-openrc.spec)
upload stage3-${SUBARCH}-openrc-${TIMESTAMP}*.xz*
;;
systemd-stage3.spec)
stage3-systemd.spec)
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz*
;;
*)