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 A4BEB15800A for ; Mon, 21 Aug 2023 21:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A872BC024; Mon, 21 Aug 2023 21:00:42 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABEDB2BC024 for ; Mon, 21 Aug 2023 21:00:42 +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 B4706335CAF for ; Mon, 21 Aug 2023 21:00:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22604E71 for ; Mon, 21 Aug 2023 21:00:40 +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: <1692651249.db63e971c30684cbc415f815945178cda45b8ddc.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/ia64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/ia64/stage3-openrc.spec releases/specs/ia64/stage3-systemd-mu.spec releases/specs/ia64/stage3-systemd.spec X-VCS-Directories: releases/specs/ia64/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: db63e971c30684cbc415f815945178cda45b8ddc X-VCS-Branch: master Date: Mon, 21 Aug 2023 21:00:40 +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: 8f0fca15-4476-4f12-882b-3ae3220754c4 X-Archives-Hash: ac927a2fcb5cee3dc3977f659d1847e8 commit: db63e971c30684cbc415f815945178cda45b8ddc Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 21 20:54:09 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 21 20:54:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=db63e971 Add binrepo_path for all ia64 stages Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/ia64/stage3-openrc.spec | 1 + releases/specs/ia64/stage3-systemd-mu.spec | 1 + releases/specs/ia64/stage3-systemd.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/releases/specs/ia64/stage3-openrc.spec b/releases/specs/ia64/stage3-openrc.spec index dcb28457..3215799b 100644 --- a/releases/specs/ia64/stage3-openrc.spec +++ b/releases/specs/ia64/stage3-openrc.spec @@ -8,3 +8,4 @@ source_subpath: default/stage1-ia64-openrc-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng +binrepo_path: ia64/binpackages/17.0/ia64 diff --git a/releases/specs/ia64/stage3-systemd-mu.spec b/releases/specs/ia64/stage3-systemd-mu.spec index 2750d3f6..af5643c8 100644 --- a/releases/specs/ia64/stage3-systemd-mu.spec +++ b/releases/specs/ia64/stage3-systemd-mu.spec @@ -8,3 +8,4 @@ source_subpath: mergedusr/stage1-ia64-systemd-mergedusr-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng +binrepo_path: ia64/binpackages/17.0/ia64 diff --git a/releases/specs/ia64/stage3-systemd.spec b/releases/specs/ia64/stage3-systemd.spec index 3460983a..334ab50a 100644 --- a/releases/specs/ia64/stage3-systemd.spec +++ b/releases/specs/ia64/stage3-systemd.spec @@ -8,3 +8,4 @@ source_subpath: default/stage1-ia64-systemd-@TIMESTAMP@ compression_mode: pixz portage_confdir: @REPO_DIR@/releases/portage/stages portage_prefix: releng +binrepo_path: ia64/binpackages/17.0/ia64