commit: b73b84a25e18dc089e3cadb492906fd2d5fae292 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 7 02:46:48 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Feb 14 13:10:07 2026 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b73b84a2
stagebase: rename binrepos.conf file from gentoobinhost.conf->gentoo.conf Followup to b0e46fcbd9c43a003ccece0d28cbcfc924716e50. Closes: https://github.com/gentoo/catalyst/pull/31 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> catalyst/base/stagebase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py index 9b14eb8c..80cbbe74 100644 --- a/catalyst/base/stagebase.py +++ b/catalyst/base/stagebase.py @@ -1294,7 +1294,7 @@ class StageBase(TargetBase, ClearBase, GenBase): self.settings["binrepos_conf"]) Path(binrpath).mkdir(mode=0o755, parents=True, exist_ok=True) - binrfile = binrpath + "/gentoobinhost.conf" + binrfile = binrpath + "/gentoo.conf" with open(binrfile, "w") as myb: log.notice("Writing the stage binrepo config to: %s" % binrfile) myb.write("# These settings were set by the catalyst build script "
