Files
RedBear-OS/src
Red Bear OS 57c80cbc33 config: don't leak nested-group names into the flat package set
expand_group inserted the group's own name into `resolved` (the package
accumulator), so a nested-group reference (kde-desktop -> dbus-services)
added a bogus "dbus-services" package. `repo cook --filesystem` then
failed with 'Package PackageName("dbus-services") not found'.

Track expanded GROUP names in a separate `expanded` set used only for
dedup/cycle short-circuit; only real leaf package names go into
`resolved`. Groups contribute their members, never themselves.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-31 06:06:45 +09:00
..
2025-07-09 12:42:59 -06:00