public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686-t64/
Date: Sat,  2 Nov 2024 15:11:02 +0000 (UTC)	[thread overview]
Message-ID: <1730560246.558c8a0ee9428e5b5acc2d75bf605f848181eaf1.dilfridge@gentoo> (raw)

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


             reply	other threads:[~2024-11-02 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-02 15:11 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02 14:55 [gentoo-commits] proj/releng:master commit in: releases/specs/x86/i686-t64/ Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1730560246.558c8a0ee9428e5b5acc2d75bf605f848181eaf1.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox