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 #440

Merged
merged 1 commit into from
Feb 9, 2017
Merged

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Feb 8, 2017

Whilst working on the Reproducible Builds effort [0], I noticed tha
python-hypothesis could not be built reproducibly. This happens because the
current working directory is embedded into the documentation (and then into
the searchIndex.js file too):

│ in which case no storage will be used.
│ -default value: ‘/build/1st/python-hypothesis-3.6.1/docs/.hypothesis/examples’


│ +default value: ‘/build/python-hypothesis-3.6.1/2nd/docs/.hypothesis/examples’


It seems this was introduced in 23562ad.

[0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb chris@chris-lamb.co.uk

Whilst working on the Reproducible Builds effort [0], I noticed tha
python-hypothesis could not be built reproducibly. This happens because the
current working directory is embedded into the documentation (and then into
the searchIndex.js file too):

│  in which case no storage will be used.
│ -default value: &#8216;/build/1st/python-hypothesis-3.6.1/docs/.hypothesis/examples&#8217;</p>
│ +default value: &#8216;/build/python-hypothesis-3.6.1/2nd/docs/.hypothesis/examples&#8217;</p>
│  </dd></dl>

It seems this was introduced in 23562ad.

 [0] https://reproducible-builds.org/

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
@lamby
Copy link
Contributor Author

lamby commented Feb 8, 2017

Copy link
Member

@DRMacIver DRMacIver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

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