From: Ben Hutchings <ben@decadent.org.uk>
To: Jonathan Corbet <corbet@lwn.net>
Cc: "Jérémy Bobbio" <lunar@debian.org>,
reproducible-builds@lists.alioth.debian.org,
linux-doc@vger.kernel.org, "Randy Dunlap" <rdunlap@infradead.org>,
"Michal Marek" <mmarek@suse.com>,
linux-kbuild <linux-kbuild@vger.kernel.org>
Subject: [PATCH 0/2] More reproducible document builds
Date: Tue, 01 Sep 2015 23:47:12 +0100 [thread overview]
Message-ID: <1441147632.9215.42.camel@decadent.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 1420 bytes --]
This series fixes a couple more reproducibility bugs:
1. The 'mandocs' target always creates dummy man pages in the source
tree. Aside from their very existence being a nasty hack, and the
wrong-ness of writing to the source tree, they contain a build
timestamp and if we build a package of the source later it won't be
reproducible. This moves them to the same place as all the other man
pages are built.
(Moving the dummy man pages shouldn't cause a problem for
reproducibility of the man page packages, because the dummies are in
section 1 and not section 9. However the dummies still don't get
cleaned properly.)
2. The current locale affects the encoding of HTML pages.
With these patches (and the previous set) applied, Debian's package of
Linux 4.2 is fully reproducible:
https://reproducible.debian.net/rb-pkg/experimental/amd64/linux.html
Ben.
Ben Hutchings (2):
Documentation: Avoid creating man pages in source tree
DocBook: Use a fixed encoding for output
Documentation/DocBook/Makefile | 6 ++++++
Makefile | 2 +-
scripts/Makefile | 7 +++++--
scripts/check-lc_ctype.c | 6 ++++++
scripts/kernel-doc | 9 +++++----
5 files changed, 23 insertions(+), 7 deletions(-)
create mode 100644 scripts/check-lc_ctype.c
--
Ben Hutchings
The first rule of tautology club is the first rule of tautology club.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
next reply other threads:[~2015-09-01 22:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 22:47 Ben Hutchings [this message]
2015-09-01 22:49 ` [PATCH 2/2] DocBook: Use a fixed encoding for output Ben Hutchings
2015-09-11 19:30 ` Jonathan Corbet
2015-09-11 21:40 ` [Reproducible-builds] " Daniel Kahn Gillmor
2015-09-12 20:06 ` Jonathan Corbet
2015-09-14 0:32 ` Ben Hutchings
2015-09-18 16:30 ` Jonathan Corbet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441147632.9215.42.camel@decadent.org.uk \
--to=ben@decadent.org.uk \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=lunar@debian.org \
--cc=mmarek@suse.com \
--cc=rdunlap@infradead.org \
--cc=reproducible-builds@lists.alioth.debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox