commit: 47e6b0d7963ba16315ea27cbc33fbb77e52c0451 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jun 12 22:35:42 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 22:35:42 2025 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=47e6b0d7
Fix subarch Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> releases/specs-qemu/m68k/aligned/stage1-openrc-23.spec | 4 ++-- releases/specs-qemu/m68k/aligned/stage1-systemd-23.spec | 4 ++-- releases/specs-qemu/m68k/aligned/stage3-openrc-23.spec | 4 ++-- releases/specs-qemu/m68k/aligned/stage3-systemd-23.spec | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/releases/specs-qemu/m68k/aligned/stage1-openrc-23.spec b/releases/specs-qemu/m68k/aligned/stage1-openrc-23.spec index c9c00556..7f094618 100644 --- a/releases/specs-qemu/m68k/aligned/stage1-openrc-23.spec +++ b/releases/specs-qemu/m68k/aligned/stage1-openrc-23.spec @@ -1,10 +1,10 @@ -subarch: m68k +subarch: m68k_a32 version_stamp: t64-openrc-@TIMESTAMP@ target: stage1 rel_type: 23.0-time64 profile: default/linux/m68k/23.0/time64 snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage3-m68k-t64-openrc-latest +source_subpath: 23.0-time64/stage3-m68k_a32-t64-openrc-latest compression_mode: pixz update_seed: yes update_seed_command: -uDN @world diff --git a/releases/specs-qemu/m68k/aligned/stage1-systemd-23.spec b/releases/specs-qemu/m68k/aligned/stage1-systemd-23.spec index 919bc926..78ed3621 100644 --- a/releases/specs-qemu/m68k/aligned/stage1-systemd-23.spec +++ b/releases/specs-qemu/m68k/aligned/stage1-systemd-23.spec @@ -1,10 +1,10 @@ -subarch: m68k +subarch: m68k_a32 version_stamp: t64-systemd-@TIMESTAMP@ target: stage1 rel_type: 23.0-time64 profile: default/linux/m68k/23.0/time64/systemd snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage3-m68k-t64-systemd-latest +source_subpath: 23.0-time64/stage3-m68k_a32-t64-systemd-latest compression_mode: pixz update_seed: yes update_seed_command: -uDN @world diff --git a/releases/specs-qemu/m68k/aligned/stage3-openrc-23.spec b/releases/specs-qemu/m68k/aligned/stage3-openrc-23.spec index ffca833e..0577c015 100644 --- a/releases/specs-qemu/m68k/aligned/stage3-openrc-23.spec +++ b/releases/specs-qemu/m68k/aligned/stage3-openrc-23.spec @@ -1,10 +1,10 @@ -subarch: m68k +subarch: m68k_a32 version_stamp: t64-openrc-@TIMESTAMP@ target: stage3 rel_type: 23.0-time64 profile: default/linux/m68k/23.0/time64 snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage1-m68k-t64-openrc-@TIMESTAMP@ +source_subpath: 23.0-time64/stage1-m68k_a32-t64-openrc-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages-qemu portage_prefix: releng diff --git a/releases/specs-qemu/m68k/aligned/stage3-systemd-23.spec b/releases/specs-qemu/m68k/aligned/stage3-systemd-23.spec index a9dd7ba9..3ab0006b 100644 --- a/releases/specs-qemu/m68k/aligned/stage3-systemd-23.spec +++ b/releases/specs-qemu/m68k/aligned/stage3-systemd-23.spec @@ -1,10 +1,10 @@ -subarch: m68k +subarch: m68k_a32 version_stamp: t64-systemd-@TIMESTAMP@ target: stage3 rel_type: 23.0-time64 profile: default/linux/m68k/23.0/time64/systemd snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage1-m68k-t64-systemd-@TIMESTAMP@ +source_subpath: 23.0-time64/stage1-m68k_a32-t64-systemd-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages-qemu portage_prefix: releng
