Comment 1 for bug 1895106

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I see some efforts to keep order already:
1843 pkglist = sorted(pkgset)
1900 srclist = sorted(srcset)
1924 snaplist = sorted(snapset)
524 self._names = topo_sort(self._inherit)
...
So I'm not introducing an idea that would be the polar opposite how it is supposed to work :-)

I already have a commit that works for the log output, looking into the generated files now ...