Skip to content

Rewrite tools/makemanifest in Perl#859

Merged
brucemiller merged 1 commit into
brucemiller:masterfrom
tkw1536:makemanifest-improvements
Aug 8, 2017
Merged

Rewrite tools/makemanifest in Perl#859
brucemiller merged 1 commit into
brucemiller:masterfrom
tkw1536:makemanifest-improvements

Conversation

@tkw1536

@tkw1536 tkw1536 commented Aug 4, 2017

Copy link
Copy Markdown
Contributor

Previously, the tools/makemanifest script was written in bash. This had the problem, that the sort command was behaving different on certain Linux installations, leading to inconsistent results.

This PR rewrites the tool in pure perl, thus ensuring consistency between different systems. Furthermore, it adds three new switches to it, --quiet, --save and --diff. These can be used to suppress output, automatically overwrite the old MANIFEST file, and show a diff instead of the full new MANIFEST respectively.

Previously, the tools/makemanifest script was written in bash. This had
the problem, that the `sort' command was behaving different on certain
Linux installations, leading to inconsistent results.

This commit rewrites the tool in pure perl, thus ensuring consistency
between different systems. Furthermore, this commit adds three new
switches to it, --quiet, --save and --diff. These can be used to
suppress output, automatically overwrite the old MANIFEST file, and show
a diff instead of the full new MANIFEST respectively.
@brucemiller brucemiller merged commit c841e72 into brucemiller:master Aug 8, 2017
@tkw1536 tkw1536 deleted the makemanifest-improvements branch June 28, 2018 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants