Skip to content

Make KDEPackageAppTemplates to create reproducible tarball.

Sandro Knauß requested to merge work/hefee/reproducable into master

By default tar glues files in a random order together, this makes the output non reproducible. In order to fix, produce a sorted output and uniquify user/group and chmod.

Merge request reports