Add experimental ia64 systemd stages

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

View file

@ -0,0 +1,12 @@
subarch: ia64
version_stamp: systemd-@TIMESTAMP@
target: stage1
rel_type: default
profile: default/linux/ia64/17.0/systemd
snapshot: @TIMESTAMP@
source_subpath: default/stage3-ia64-systemd-latest
compression_mode: pixz
update_seed: yes
update_seed_command: --update --deep --newuse @world
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng

View file

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

View file

@ -5,7 +5,7 @@ UPLOAD_USER=ia64
UPLOAD_KEY=/root/.ssh/id_rsa
SPECS_DIR=${REPO_DIR}/releases/specs/ia64
SPECS="stage1-openrc.spec stage3-openrc.spec"
SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec stage3-systemd.spec"
OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
@ -35,6 +35,9 @@ post_build() {
stage3-openrc.spec)
upload stage3-*openrc-${TIMESTAMP}*.xz*
;;
stage3-systemd.spec)
upload stage3-*systemd-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;