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 documentation build reproducibly #80

Merged
merged 1 commit into from Nov 5, 2019
Merged

Make the documentation build reproducibly #80

merged 1 commit into from Nov 5, 2019

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Nov 1, 2019

Whilst working on the Reproducible Builds effort I noticed that snakemake could not be built reproducibly.

This is due to the default keyword arguments embedding an absolute build path which gets placed literally into any generated documentation:

image

This was originally filed in Debian as #932116 and #943956

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

This is due to the default keyword arguments embedding an absolute build path
which gets placed literally into any generated documentation.

This was originally filed in Debian as #932116 [1] and #943956 [2].

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/932116
 [2] https://bugs.debian.org/943956

Signed-off-by: Chris Lamb <lamby@debian.org>
@lamby lamby changed the title Make the documenation build reproducibly Make the documentation build reproducibly Nov 1, 2019
Copy link
Contributor

@johanneskoester johanneskoester left a comment

Choose a reason for hiding this comment

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

Thank you, good catch!

@johanneskoester johanneskoester merged commit cb7096b into snakemake:master Nov 5, 2019
@lamby lamby deleted the 943956-snakemake-please-make-the-build-reproducible branch November 5, 2019 17:40
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

2 participants