public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: "Jeremy A. Puhlman" <jpuhlman@mvista.com>
Cc: williams@redhat.com, linux-rt-users@vger.kernel.org
Subject: Re: [rt-tests][PATCH] rt-tests: make manpages builds reproducible
Date: Wed, 26 Feb 2020 12:18:29 -0500 (EST)	[thread overview]
Message-ID: <alpine.LFD.2.21.2002261217460.9967@planxty> (raw)
In-Reply-To: <20200225234230.17232-1-jpuhlman@mvista.com>



On Tue, 25 Feb 2020, Jeremy A. Puhlman wrote:

> From: Jeremy Puhlman <jpuhlman@mvista.com>
> 
> Add -n to gzip call to make the build output
> of the manpages reproducible.
> 
> Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 8747971..1b37ba7 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -181,7 +181,7 @@ ssdd: $(OBJDIR)/ssdd.o $(OBJDIR)/librttest.a
>  	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(RTTESTLIB)
>  
>  %.8.gz: %.8
> -	gzip -c $< > $@
> +	gzip -nc $< > $@
>  
>  %.8.bz2: %.8
>  	bzip2 -c $< > $@
> -- 
> 2.20.1
> 
> 

Could you explain to me how this makes the build output of manpages more 
reproducible?

Thanks

John

  reply	other threads:[~2020-02-26 17:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-25 23:42 [rt-tests][PATCH] rt-tests: make manpages builds reproducible Jeremy A. Puhlman
2020-02-26 17:18 ` John Kacur [this message]
2020-02-26 17:40   ` Jeremy A. Puhlman
2020-02-27 18:29     ` John Kacur

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=alpine.LFD.2.21.2002261217460.9967@planxty \
    --to=jkacur@redhat.com \
    --cc=jpuhlman@mvista.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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