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

Drop extra date from man page #31

Merged
merged 2 commits into from
Mar 11, 2018
Merged

Drop extra date from man page #31

merged 2 commits into from
Mar 11, 2018

Conversation

bmwiedemann
Copy link
Contributor

to allow for reproducible builds

See https://reproducible-builds.org/ for why this matters.

to allow for reproducible builds

See https://reproducible-builds.org/ for why this matters.
in man page in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
@bmwiedemann
Copy link
Contributor Author

Is there anything I can do to help get this simple patch merged?

@nipunn1313
Copy link
Contributor

Hi. Thanks for the contribution.
This code looks fine for what it is trying to do.

I am curious why the man page is important for reproducible builds. Generally reproducible builds are talking about the binary output rather than the man pages. Just would like to know the use case to warrant the change. Otherwise, this looks good.

@bmwiedemann
Copy link
Contributor Author

bmwiedemann commented Mar 11, 2018

We aim to build completely reproducible Linux distributions, so we try to get bit-by-bit reproducible rpm/deb packages and those include man pages.
It is true that it does not contribute much to the security-aspect of reproducible builds, but it helps with other aspects such as

  • giving smaller deltas
  • making diffs easier to read
  • (for openSUSE with OBS) avoiding automatic rebuilds of depending packages
  • saving bandwidth of mirrors and users (by not publishing automatic rebuilds that gave the same binary)

We collected use-cases on https://reproducible-builds.org/docs/buy-in/ but unfortunately the page is a bit hidden.

@nipunn1313
Copy link
Contributor

This lgtm. Thank you!

@nipunn1313 nipunn1313 merged commit 4244be8 into dropbox:master Mar 11, 2018
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