From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75835158041 for ; Thu, 21 Mar 2024 13:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC184E29AA; Thu, 21 Mar 2024 13:44:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A679BE29AA for ; Thu, 21 Mar 2024 13:44:48 +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 C0C11335C52 for ; Thu, 21 Mar 2024 13:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00C83ED1 for ; Thu, 21 Mar 2024 13:44:45 +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: <1711028668.476cb7b27f3b30d7f9604cc8de58417da4a0c8b8.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/amd64/stage1-openrc-23-su.spec releases/specs/amd64/stage3-openrc-23-su.spec X-VCS-Directories: releases/specs/amd64/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 476cb7b27f3b30d7f9604cc8de58417da4a0c8b8 X-VCS-Branch: master Date: Thu, 21 Mar 2024 13:44:45 +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: d0c245e9-3138-45e9-9752-ef9837b77170 X-Archives-Hash: da2262fe90b4b7031314373d6c7eda9c commit: 476cb7b27f3b30d7f9604cc8de58417da4a0c8b8 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Mar 21 13:44:28 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Mar 21 13:44:28 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=476cb7b2 Fix path Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/amd64/stage1-openrc-23-su.spec | 2 +- releases/specs/amd64/stage3-openrc-23-su.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/specs/amd64/stage1-openrc-23-su.spec b/releases/specs/amd64/stage1-openrc-23-su.spec index ef4c52b5..f281f844 100644 --- a/releases/specs/amd64/stage1-openrc-23-su.spec +++ b/releases/specs/amd64/stage1-openrc-23-su.spec @@ -4,7 +4,7 @@ version_stamp: openrc-splitusr-@TIMESTAMP@ rel_type: 23.0-splitusr profile: default/linux/amd64/23.0/split-usr snapshot_treeish: @TREEISH@ -source_subpath: 23.0-default/stage3-amd64-openrc-splitusr-latest +source_subpath: 23.0-splitusr/stage3-amd64-openrc-splitusr-latest compression_mode: pixz update_seed: yes update_seed_command: --update --deep --newuse @world diff --git a/releases/specs/amd64/stage3-openrc-23-su.spec b/releases/specs/amd64/stage3-openrc-23-su.spec index cdfad9c0..08cc3505 100644 --- a/releases/specs/amd64/stage3-openrc-23-su.spec +++ b/releases/specs/amd64/stage3-openrc-23-su.spec @@ -4,7 +4,7 @@ version_stamp: openrc-splitusr-@TIMESTAMP@ rel_type: 23.0-splitusr profile: default/linux/amd64/23.0/split-usr snapshot_treeish: @TREEISH@ -source_subpath: 23.0-default/stage1-amd64-openrc-splitusr-@TIMESTAMP@ +source_subpath: 23.0-splitusr/stage1-amd64-openrc-splitusr-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng