ia64: add openrc suffix to specs and stage names

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-01-22 16:07:38 +01:00
parent 9d868b1b0f
commit 30f989d595
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
5 changed files with 8 additions and 22 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -5,11 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64 SPECS_DIR=${REPO_DIR}/releases/specs/ia64
SPECS="stage1.spec stage3.spec" SPECS="stage1-openrc.spec stage3-openrc.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@ -36,8 +32,8 @@ post_build() {
installcd-stage2*) installcd-stage2*)
upload *${TIMESTAMP}*.iso* upload *${TIMESTAMP}*.iso*
;; ;;
stage3.spec) stage3-openrc.spec)
upload stage3-*${TIMESTAMP}*.xz* upload stage3-*openrc-${TIMESTAMP}*.xz*
;; ;;
*) *)
echo "Finished ${spec}" echo "Finished ${spec}"