From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 131C515827B for ; Fri, 15 Aug 2025 21:39:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EFBDD340E9A for ; Fri, 15 Aug 2025 21:39:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EBAA4110280; Fri, 15 Aug 2025 21:39:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E374F110280 for ; Fri, 15 Aug 2025 21:39:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94CA2340834 for ; Fri, 15 Aug 2025 21:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBC78334A for ; Fri, 15 Aug 2025 21:39:31 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1755293928.d30c803f3946c7201c7c11f71c86f4d99f1b7489.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/s390/s390x/, releases/specs/s390/s390/, ... X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/s390/s390/stage1-openrc-23.spec releases/specs/s390/s390/stage1-systemd-23.spec releases/specs/s390/s390/stage3-openrc-23.spec releases/specs/s390/s390/stage3-systemd-23.spec releases/specs/s390/s390x/netboot/netboot.spec releases/specs/s390/s390x/stage1-openrc-23.spec releases/specs/s390/s390x/stage1-systemd-23.spec releases/specs/s390/s390x/stage3-openrc-23.spec releases/specs/s390/s390x/stage3-systemd-23.spec X-VCS-Directories: releases/specs/s390/s390x/ releases/specs/s390/s390x/netboot/ releases/specs/s390/s390/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d30c803f3946c7201c7c11f71c86f4d99f1b7489 X-VCS-Branch: master Date: Fri, 15 Aug 2025 21:39:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42229164-810d-4886-b9d1-beeb3b327fc2 X-Archives-Hash: 6ea2dfe323057578c8cfdc3a8057bf59 commit: d30c803f3946c7201c7c11f71c86f4d99f1b7489 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Aug 15 21:38:48 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Aug 15 21:38:48 2025 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d30c803f s390: Add missing portage_prefix setting Bug: https://bugs.gentoo.org/961308 Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/s390/s390/stage1-openrc-23.spec | 1 + releases/specs/s390/s390/stage1-systemd-23.spec | 1 + releases/specs/s390/s390/stage3-openrc-23.spec | 1 + releases/specs/s390/s390/stage3-systemd-23.spec | 1 + releases/specs/s390/s390x/netboot/netboot.spec | 1 + releases/specs/s390/s390x/stage1-openrc-23.spec | 1 + releases/specs/s390/s390x/stage1-systemd-23.spec | 1 + releases/specs/s390/s390x/stage3-openrc-23.spec | 1 + releases/specs/s390/s390x/stage3-systemd-23.spec | 1 + 9 files changed, 9 insertions(+) diff --git a/releases/specs/s390/s390/stage1-openrc-23.spec b/releases/specs/s390/s390/stage1-openrc-23.spec index 0b606d61..ed49dc72 100644 --- a/releases/specs/s390/s390/stage1-openrc-23.spec +++ b/releases/specs/s390/s390/stage1-openrc-23.spec @@ -8,4 +8,5 @@ source_subpath: 23.0-default/stage3-s390-openrc-latest update_seed: yes update_seed_command: --update --deep --newuse @world compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages diff --git a/releases/specs/s390/s390/stage1-systemd-23.spec b/releases/specs/s390/s390/stage1-systemd-23.spec index b681ede2..f163c097 100644 --- a/releases/specs/s390/s390/stage1-systemd-23.spec +++ b/releases/specs/s390/s390/stage1-systemd-23.spec @@ -8,4 +8,5 @@ source_subpath: 23.0-default/stage3-s390-systemd-latest update_seed: yes update_seed_command: --update --deep --newuse @world compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages diff --git a/releases/specs/s390/s390/stage3-openrc-23.spec b/releases/specs/s390/s390/stage3-openrc-23.spec index 6e83cff2..29f3c7e0 100644 --- a/releases/specs/s390/s390/stage3-openrc-23.spec +++ b/releases/specs/s390/s390/stage3-openrc-23.spec @@ -6,5 +6,6 @@ profile: default/linux/s390/23.0 snapshot_treeish: @TREEISH@ source_subpath: 23.0-default/stage1-s390-openrc-@TIMESTAMP@ compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages binrepo_path: s390/binpackages/23.0/s390 diff --git a/releases/specs/s390/s390/stage3-systemd-23.spec b/releases/specs/s390/s390/stage3-systemd-23.spec index 7665a29a..24f9bd7a 100644 --- a/releases/specs/s390/s390/stage3-systemd-23.spec +++ b/releases/specs/s390/s390/stage3-systemd-23.spec @@ -6,5 +6,6 @@ profile: default/linux/s390/23.0/systemd snapshot_treeish: @TREEISH@ source_subpath: 23.0-default/stage1-s390-systemd-@TIMESTAMP@ compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages binrepo_path: s390/binpackages/23.0/s390 diff --git a/releases/specs/s390/s390x/netboot/netboot.spec b/releases/specs/s390/s390x/netboot/netboot.spec index a373eb87..640b0ed1 100644 --- a/releases/specs/s390/s390x/netboot/netboot.spec +++ b/releases/specs/s390/s390x/netboot/netboot.spec @@ -9,6 +9,7 @@ target: netboot subarch: s390x rel_type: 23.0-default profile: default/linux/s390/23.0/s390x +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/specs/s390/s390x/netboot/portage diff --git a/releases/specs/s390/s390x/stage1-openrc-23.spec b/releases/specs/s390/s390x/stage1-openrc-23.spec index 7ca559bd..29e5fb37 100644 --- a/releases/specs/s390/s390x/stage1-openrc-23.spec +++ b/releases/specs/s390/s390x/stage1-openrc-23.spec @@ -8,4 +8,5 @@ source_subpath: 23.0-default/stage3-s390x-openrc-latest update_seed: yes update_seed_command: --update --deep --newuse @world compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages diff --git a/releases/specs/s390/s390x/stage1-systemd-23.spec b/releases/specs/s390/s390x/stage1-systemd-23.spec index 025552be..a9b08ef5 100644 --- a/releases/specs/s390/s390x/stage1-systemd-23.spec +++ b/releases/specs/s390/s390x/stage1-systemd-23.spec @@ -8,4 +8,5 @@ source_subpath: 23.0-default/stage3-s390x-systemd-latest update_seed: yes update_seed_command: --update --deep --newuse @world compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages diff --git a/releases/specs/s390/s390x/stage3-openrc-23.spec b/releases/specs/s390/s390x/stage3-openrc-23.spec index 08d1c5c6..fd2a0732 100644 --- a/releases/specs/s390/s390x/stage3-openrc-23.spec +++ b/releases/specs/s390/s390x/stage3-openrc-23.spec @@ -6,5 +6,6 @@ profile: default/linux/s390/23.0/s390x snapshot_treeish: @TREEISH@ source_subpath: 23.0-default/stage1-s390x-openrc-@TIMESTAMP@ compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages binrepo_path: s390/binpackages/23.0/s390x diff --git a/releases/specs/s390/s390x/stage3-systemd-23.spec b/releases/specs/s390/s390x/stage3-systemd-23.spec index b19e0a26..87d1de52 100644 --- a/releases/specs/s390/s390x/stage3-systemd-23.spec +++ b/releases/specs/s390/s390x/stage3-systemd-23.spec @@ -6,5 +6,6 @@ profile: default/linux/s390/23.0/s390x/systemd snapshot_treeish: @TREEISH@ source_subpath: 23.0-default/stage1-s390x-systemd-@TIMESTAMP@ compression_mode: pixz +portage_prefix: releng portage_confdir: @REPO_DIR@/releases/portage/stages binrepo_path: s390/binpackages/23.0/s390x