Skip to content

build, srcpkg: sort output for determinism

Jakub Ružička requested to merge sort-output into master

apkg was returning resulting files in random order as the were fetched from the file system. sort them to make the process deterministic.

Merge request reports