diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 16:10:46 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 16:10:46 +0100 |
commit | 558c8a0ee9428e5b5acc2d75bf605f848181eaf1 (patch) | |
tree | 9169952cd7547c8c0d961faa962b6a2abad2ad8b | |
parent | We dont need a i686-t64 subarch (chost is set by profile, cflags are identica... (diff) | |
download | releng-558c8a0ee9428e5b5acc2d75bf605f848181eaf1.tar.gz releng-558c8a0ee9428e5b5acc2d75bf605f848181eaf1.tar.bz2 releng-558c8a0ee9428e5b5acc2d75bf605f848181eaf1.zip |
Fix filenames and move to ssemaht
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
4 files changed, 14 insertions, 14 deletions
diff --git a/releases/specs/x86/i686-t64/stage1-openrc-23.spec b/releases/specs/x86/i686-t64/stage1-openrc-23.spec index 12e3c4dd..a0b71b64 100644 --- a/releases/specs/x86/i686-t64/stage1-openrc-23.spec +++ b/releases/specs/x86/i686-t64/stage1-openrc-23.spec @@ -1,10 +1,10 @@ -subarch: i686 +subarch: i686-ssemath target: stage1 -version_stamp: openrc-@TIMESTAMP@ +version_stamp: t64-openrc-@TIMESTAMP@ rel_type: 23.0-time64 profile: default/linux/x86/23.0/i686/time64 snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage3-i686-t64-openrc-latest +source_subpath: 23.0-time64/stage3-i686-ssemath-t64-openrc-latest compression_mode: pixz update_seed: yes update_seed_command: --update --deep --newuse @world diff --git a/releases/specs/x86/i686-t64/stage1-systemd-23.spec b/releases/specs/x86/i686-t64/stage1-systemd-23.spec index f92bbf32..98e0d871 100644 --- a/releases/specs/x86/i686-t64/stage1-systemd-23.spec +++ b/releases/specs/x86/i686-t64/stage1-systemd-23.spec @@ -1,10 +1,10 @@ -subarch: i686 +subarch: i686-ssemath target: stage1 -version_stamp: systemd-@TIMESTAMP@ +version_stamp: t64-systemd-@TIMESTAMP@ rel_type: 23.0-time64 profile: default/linux/x86/23.0/i686/time64/systemd snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage3-i686-t64-systemd-latest +source_subpath: 23.0-time64/stage3-i686-ssemath-t64-systemd-latest compression_mode: pixz update_seed: yes update_seed_command: --update --deep --newuse @world diff --git a/releases/specs/x86/i686-t64/stage3-openrc-23.spec b/releases/specs/x86/i686-t64/stage3-openrc-23.spec index 8220c5bd..c2020914 100644 --- a/releases/specs/x86/i686-t64/stage3-openrc-23.spec +++ b/releases/specs/x86/i686-t64/stage3-openrc-23.spec @@ -1,11 +1,11 @@ -subarch: i686 +subarch: i686-ssemath target: stage3 -version_stamp: openrc-@TIMESTAMP@ +version_stamp: t64-openrc-@TIMESTAMP@ rel_type: 23.0-time64 profile: default/linux/x86/23.0/i686/time64 snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage1-i686-t64-openrc-@TIMESTAMP@ +source_subpath: 23.0-time64/stage1-i686-ssemath-t64-openrc-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng -binrepo_path: x86/binpackages/23.0/i686-t64 +binrepo_path: x86/binpackages/23.0/i686-ssemath-t64 diff --git a/releases/specs/x86/i686-t64/stage3-systemd-23.spec b/releases/specs/x86/i686-t64/stage3-systemd-23.spec index 5cd47699..ef84d439 100644 --- a/releases/specs/x86/i686-t64/stage3-systemd-23.spec +++ b/releases/specs/x86/i686-t64/stage3-systemd-23.spec @@ -1,11 +1,11 @@ -subarch: i686 +subarch: i686-ssemath target: stage3 -version_stamp: systemd-@TIMESTAMP@ +version_stamp: t64-systemd-@TIMESTAMP@ rel_type: 23.0-time64 profile: default/linux/x86/23.0/i686/time64/systemd snapshot_treeish: @TREEISH@ -source_subpath: 23.0-time64/stage1-i686-t64-systemd-@TIMESTAMP@ +source_subpath: 23.0-time64/stage1-i686-ssemath-t64-systemd-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng -binrepo_path: x86/binpackages/23.0/i686-t64 +binrepo_path: x86/binpackages/23.0/i686-ssemath-t64 |