all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35511] [PATCH 0/1] Add configure flag to emacs to improve repoducibility
@ 2019-04-30 21:28 wednesday
  2019-04-30 21:30 ` [bug#35511] [PATCH 1/1] gnu: emacs: Make build more reproducible wednesday
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: wednesday @ 2019-04-30 21:28 UTC (permalink / raw)
  To: 35511; +Cc: wednesday

This patch adds the --disable-build-details configure-flag to the emacs package.
By default the emacs binary stores some information about how it was build, as
stated here:
"By default the dumped emacs executable records details such as the build time and host name. Use the --disable-build-details option of configure to suppress these details, so that building and installing Emacs twice from the same sources is more likely to result in identical copies of Emacs."
https://www.gnu.org/software/emacs/manual/html_node/elisp/Building-Emacs.html

There is also this mailing list post about emacs repoducibility:
https://lists.gnu.org/archive/html/emacs-devel/2016-11/msg00711.html

wednesday (1):
  gnu: emacs: Make build more reproducible

 gnu/packages/emacs.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.21.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-21 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 21:28 [bug#35511] [PATCH 0/1] Add configure flag to emacs to improve repoducibility wednesday
2019-04-30 21:30 ` [bug#35511] [PATCH 1/1] gnu: emacs: Make build more reproducible wednesday
2019-05-04 16:53 ` [bug#35511] [PATCH 0/1] Add configure flag to emacs to improve repoducibility ng0
2019-05-04 23:51   ` Tobias Geerinckx-Rice
2019-05-21 20:50 ` bug#35511: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.