Files
RedBear-OS/src/config
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
..
2026-06-16 14:48:13 +07:00
2026-01-31 04:17:54 +07:00
2026-01-31 04:15:10 +07:00