commit: f54f59b9fbbb9565d40980223b66634464b42e0e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 4 20:51:58 2026 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Feb 4 20:51:58 2026 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f54f59b9
Add -openrc suffix in musl stage filenames (x86)
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/x86/musl/stage1-23.spec | 4 ++--
releases/specs/x86/musl/stage3-23.spec | 4 ++--
tools/catalyst-auto-x86.conf | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/releases/specs/x86/musl/stage1-23.spec
b/releases/specs/x86/musl/stage1-23.spec
index 9c633033..66682960 100644
--- a/releases/specs/x86/musl/stage1-23.spec
+++ b/releases/specs/x86/musl/stage1-23.spec
@@ -1,10 +1,10 @@
subarch: i686
target: stage1
-version_stamp: musl-@TIMESTAMP@
+version_stamp: musl-openrc-@TIMESTAMP@
rel_type: 23.0-musl
profile: default/linux/x86/23.0/i686/musl
snapshot_treeish: @TREEISH@
-source_subpath: 23.0-musl/stage3-i686-musl-latest
+source_subpath: 23.0-musl/stage3-i686-musl-openrc-latest
chost: i686-pc-linux-musl
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
diff --git a/releases/specs/x86/musl/stage3-23.spec
b/releases/specs/x86/musl/stage3-23.spec
index e5f4e675..f7fbf72f 100644
--- a/releases/specs/x86/musl/stage3-23.spec
+++ b/releases/specs/x86/musl/stage3-23.spec
@@ -1,10 +1,10 @@
subarch: i686
target: stage3
-version_stamp: musl-@TIMESTAMP@
+version_stamp: musl-openrc-@TIMESTAMP@
rel_type: 23.0-musl
profile: default/linux/x86/23.0/i686/musl
snapshot_treeish: @TREEISH@
-source_subpath: 23.0-musl/stage1-i686-musl-@TIMESTAMP@
+source_subpath: 23.0-musl/stage1-i686-musl-openrc-@TIMESTAMP@
portage_confdir: @REPO_DIR@/releases/portage/stages
portage_prefix: releng
compression_mode: pixz
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 6f9461d7..5a18f8ea 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -149,7 +149,7 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/23.0-musl >/dev/null || exit
case ${spec} in
musl/stage3-23.spec)
- upload stage3-i686-musl-${TIMESTAMP}.tar.xz*
+ upload stage3-i686-musl-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-i686" x86/23.0/i686_musl
;;
esac