Re: [PATCH 1/3] guix: ruby-build-system: Build compiled gems reproducibly.

2016-08-29 Thread Ben Woodcroft
On 18/08/16 20:06, Ricardo Wurmus wrote: Ben Woodcroft writes: * guix/build/ruby-build-system.scm (log-file-deletion): New procedure. (install): Remove files containing non-reproducible elements. Print when each file is deleted. Thank you, this looks good to me. Good job on making even more

Re: [PATCH 1/3] guix: ruby-build-system: Build compiled gems reproducibly.

2016-08-18 Thread Ricardo Wurmus
Ben Woodcroft writes: > * guix/build/ruby-build-system.scm (log-file-deletion): New procedure. > (install): Remove files containing non-reproducible elements. Print when each > file is deleted. Thank you, this looks good to me. Good job on making even more Ruby gems build reproducibly! ~~ Ri

[PATCH 1/3] guix: ruby-build-system: Build compiled gems reproducibly.

2016-08-09 Thread Ben Woodcroft
* guix/build/ruby-build-system.scm (log-file-deletion): New procedure. (install): Remove files containing non-reproducible elements. Print when each file is deleted. --- guix/build/ruby-build-system.scm | 38 -- 1 file changed, 32 insertions(+), 6 deletions(-)