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 D1D9515808D for ; Sat, 23 Apr 2022 12:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 961D1E09F1; Sat, 23 Apr 2022 12:44:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8023EE09F1 for ; Sat, 23 Apr 2022 12:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E98A83415A3 for ; Sat, 23 Apr 2022 12:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C1082E0 for ; Sat, 23 Apr 2022 12:44:12 +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: <1650717820.e947bce5acf2d569df7831990832222f68cc0c8e.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/installcd-stage1.spec releases/specs/hppa/netboot-hppa32.spec releases/specs/hppa/netboot-hppa64.spec X-VCS-Directories: releases/specs/hppa/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e947bce5acf2d569df7831990832222f68cc0c8e X-VCS-Branch: master Date: Sat, 23 Apr 2022 12:44:12 +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: 00c18997-9ebd-4cb8-b87b-fb0d387ad8f9 X-Archives-Hash: 58ee318e32e3e4a3582ea0c9aa98140f commit: e947bce5acf2d569df7831990832222f68cc0c8e Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 23 12:43:40 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 23 12:43:40 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e947bce5 hppa: fix installcd, netboot source filenames Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/hppa/installcd-stage1.spec | 2 +- releases/specs/hppa/netboot-hppa32.spec | 2 +- releases/specs/hppa/netboot-hppa64.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releases/specs/hppa/installcd-stage1.spec b/releases/specs/hppa/installcd-stage1.spec index 680b0486..5934170b 100644 --- a/releases/specs/hppa/installcd-stage1.spec +++ b/releases/specs/hppa/installcd-stage1.spec @@ -4,7 +4,7 @@ target: livecd-stage1 rel_type: default profile: default/linux/hppa/17.0 snapshot: @TIMESTAMP@ -source_subpath: default/stage3-hppa1.1-@TIMESTAMP@ +source_subpath: default/stage3-hppa1.1-openrc-@TIMESTAMP@ pkgcache_path: /var/tmp/catalyst/packages/default/installcd-stage1 portage_confdir: @REPO_DIR@/releases/portage/isos livecd/use: diff --git a/releases/specs/hppa/netboot-hppa32.spec b/releases/specs/hppa/netboot-hppa32.spec index dd4eefd2..5b682bff 100644 --- a/releases/specs/hppa/netboot-hppa32.spec +++ b/releases/specs/hppa/netboot-hppa32.spec @@ -1,7 +1,7 @@ # HPPA Netboot spec file by Guy Martin version_stamp: @TIMESTAMP@ snapshot: @TIMESTAMP@ -source_subpath: default/stage3-hppa1.1-@TIMESTAMP@ +source_subpath: default/stage3-hppa1.1-openrc-@TIMESTAMP@ pkgcache_path: /var/tmp/catalyst/packages/default/netboot-hppa32 # these shouldn't change diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index 3de1daaa..3bdcd666 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -1,7 +1,7 @@ # HPPA Netboot spec file by Guy Martin version_stamp: @TIMESTAMP@ snapshot: @TIMESTAMP@ -source_subpath: default/stage3-hppa2.0-@TIMESTAMP@ +source_subpath: default/stage3-hppa2.0-openrc-@TIMESTAMP@ pkgcache_path: /var/tmp/catalyst/packages/default/netboot-hppa64 # these shouldn't change