commit: e947bce5acf2d569df7831990832222f68cc0c8e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Apr 23 12:43:40 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
