Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the build reproducible #1989

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Apr 2, 2018

Whilst working on the Reproducible Builds effort [0], we noticed that pylint could not be built reproducibly.

This is due to iterating over a set in a non-determinstic manner and using that in the documentation output.

This was originally filed in Debian as #894607 [1].

[0] https://reproducible-builds.org/
[1] https://bugs.debian.org/894607

Signed-off-by: Chris Lamb lamby@debian.org

Fixes / new features

Whilst working on the Reproducible Builds effort [0], we noticed
that pylint could not be built reproducibly.

This is due to iterating over a set in a non-determinstic manner
and using that in the documentation output.

This was originally filed in Debian as #894607 [1].

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/894607

Signed-off-by: Chris Lamb <lamby@debian.org>
@coveralls
Copy link

coveralls commented Apr 2, 2018

Coverage Status

Coverage remained the same at 89.172% when pulling 6df176d on lamby:894607-pylint-please-make-the-build-reproducible into 1101ba3 on PyCQA:master.

@PCManticore
Copy link
Contributor

Thanks!

@PCManticore PCManticore merged commit 6bf4a70 into pylint-dev:master Apr 2, 2018
@lamby lamby deleted the 894607-pylint-please-make-the-build-reproducible branch April 2, 2018 21:03
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.

None yet

3 participants