* [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686-t64/
@ 2024-11-02 14:55 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2024-11-02 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 86bdc4cac6d0037c65a8cc1db7e39c9eefeec46f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 2 14:54:23 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 14:54:23 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=86bdc4ca
We dont need a i686-t64 subarch (chost is set by profile, cflags are identical, rel_type is changed)
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/x86/i686-t64/stage1-openrc-23.spec | 2 +-
releases/specs/x86/i686-t64/stage1-systemd-23.spec | 2 +-
releases/specs/x86/i686-t64/stage3-openrc-23.spec | 2 +-
releases/specs/x86/i686-t64/stage3-systemd-23.spec | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/releases/specs/x86/i686-t64/stage1-openrc-23.spec b/releases/specs/x86/i686-t64/stage1-openrc-23.spec
index c6585f2f..12e3c4dd 100644
--- a/releases/specs/x86/i686-t64/stage1-openrc-23.spec
+++ b/releases/specs/x86/i686-t64/stage1-openrc-23.spec
@@ -1,4 +1,4 @@
-subarch: i686-t64
+subarch: i686
target: stage1
version_stamp: openrc-@TIMESTAMP@
rel_type: 23.0-time64
diff --git a/releases/specs/x86/i686-t64/stage1-systemd-23.spec b/releases/specs/x86/i686-t64/stage1-systemd-23.spec
index 0286ce97..f92bbf32 100644
--- a/releases/specs/x86/i686-t64/stage1-systemd-23.spec
+++ b/releases/specs/x86/i686-t64/stage1-systemd-23.spec
@@ -1,4 +1,4 @@
-subarch: i686-t64
+subarch: i686
target: stage1
version_stamp: systemd-@TIMESTAMP@
rel_type: 23.0-time64
diff --git a/releases/specs/x86/i686-t64/stage3-openrc-23.spec b/releases/specs/x86/i686-t64/stage3-openrc-23.spec
index 73dc09b2..8220c5bd 100644
--- a/releases/specs/x86/i686-t64/stage3-openrc-23.spec
+++ b/releases/specs/x86/i686-t64/stage3-openrc-23.spec
@@ -1,4 +1,4 @@
-subarch: i686-t64
+subarch: i686
target: stage3
version_stamp: openrc-@TIMESTAMP@
rel_type: 23.0-time64
diff --git a/releases/specs/x86/i686-t64/stage3-systemd-23.spec b/releases/specs/x86/i686-t64/stage3-systemd-23.spec
index 97427b44..5cd47699 100644
--- a/releases/specs/x86/i686-t64/stage3-systemd-23.spec
+++ b/releases/specs/x86/i686-t64/stage3-systemd-23.spec
@@ -1,4 +1,4 @@
-subarch: i686-t64
+subarch: i686
target: stage3
version_stamp: systemd-@TIMESTAMP@
rel_type: 23.0-time64
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686-t64/
@ 2024-11-02 15:11 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2024-11-02 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 558c8a0ee9428e5b5acc2d75bf605f848181eaf1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 2 15:10:46 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 15:10:46 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=558c8a0e
Fix filenames and move to ssemaht
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/x86/i686-t64/stage1-openrc-23.spec | 6 +++---
releases/specs/x86/i686-t64/stage1-systemd-23.spec | 6 +++---
releases/specs/x86/i686-t64/stage3-openrc-23.spec | 8 ++++----
releases/specs/x86/i686-t64/stage3-systemd-23.spec | 8 ++++----
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-02 15:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-02 14:55 [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686-t64/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2024-11-02 15:11 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox