Skip to content

Commit 1a8570b

Browse files
committed
bugs: merge stable groups as first step
The is no good reason to perform it as last, but as first step it does work better. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent c9fdcf2 commit 1a8570b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgdev/scripts/pkgdev_bugs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,9 @@ def main(options, out: Formatter, err: Formatter):
564564
options.targets = list(_load_from_stdin(out, err))
565565
targets = list(_parse_targets(search_repo, options.targets))
566566
d.build_full_graph(targets)
567+
d.merge_stabilization_groups()
567568
d.merge_cycles()
568569
d.merge_new_keywords_children()
569-
d.merge_stabilization_groups()
570570

571571
for node in d.nodes:
572572
node.cleanup_keywords(search_repo)

0 commit comments

Comments
 (0)