On 7 February 2016 at 04:26, William Hubbs <willi...@gentoo.org> wrote: > One concern I see with making this part of the web ui for Bugzilla is > that Bugzilla would have to be able to parse the metadata.xml files in > our portage tree to find the maintainers.
You could simplify it with a cron job that parses metadata.xml and creates a quick lookup table of: cat/pn => { maintainers => [ ], bgo_category => $N } And then Bugzilla would just have to query some endpoint/index and fetch the matching result. -- Kent KENTNL - https://metacpan.org/author/KENTNL