All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu2@citrix.com>
To: "Bernhard M. Wiedemann" <bwiedemann@suse.de>
Cc: Wei Liu <wei.liu2@citrix.com>,
	Minios-devel <minios-devel@lists.xenproject.org>,
	kaf24@firebug.cl.cam.ac.uk,
	Samuel Thibault <samuel.thibault@ens-lyon.org>,
	xen-devel@lists.xenproject.org, keir.fraser@citrix.com
Subject: Re: [PATCH] mini-os: use gzip -n
Date: Thu, 22 Jun 2017 15:09:27 +0100	[thread overview]
Message-ID: <20170622140927.nvom2it6tcrgzkph@citrix.com> (raw)
In-Reply-To: <20170622134026.10727-1-bwiedemann@suse.de>

Cc minios-devel and Samuel

On Thu, Jun 22, 2017 at 03:40:26PM +0200, Bernhard M. Wiedemann wrote:
> to not add current timestamp to
> ioemu-stubdom.gz
> pv-grub-x86_32.gz
> pv-grub-x86_64.gz
> xenstore-stubdom.gz
> 
> to allow for reproducible builds
> 
> Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>

Acked-by: Wei Liu <wei.liu2@citrix.com>

> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index ef8559b..5bdcdac 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -165,7 +165,7 @@ $(OBJ_DIR)/$(TARGET): $(OBJS) $(APP_O) arch_lib $(OBJ_DIR)/$(TARGET_ARCH_DIR)/mi
>  	$(LD) -r $(LDFLAGS) $(HEAD_OBJ) $(APP_O) $(OBJS) $(LDARCHLIB) $(LDLIBS) -o $@.o
>  	$(OBJCOPY) -w -G $(GLOBAL_PREFIX)* -G _start $@.o $@.o
>  	$(LD) $(LDFLAGS) $(LDFLAGS_FINAL) $@.o $(EXTRA_OBJS) -o $@
> -	gzip -f -9 -c $@ >$@.gz
> +	gzip -n -f -9 -c $@ >$@.gz
>  
>  .PHONY: config
>  CONFIG_FILE ?= $(CURDIR)/minios-config.mk
> -- 
> 2.12.3
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-06-22 14:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-22 13:40 [PATCH] mini-os: use gzip -n Bernhard M. Wiedemann
2017-06-22 14:09 ` Wei Liu [this message]
2017-06-22 14:55   ` Andrew Cooper
2017-06-22 15:45     ` Wei Liu
2017-06-23  9:09     ` Bernhard M. Wiedemann
2017-06-23  9:23       ` Wei Liu

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=20170622140927.nvom2it6tcrgzkph@citrix.com \
    --to=wei.liu2@citrix.com \
    --cc=bwiedemann@suse.de \
    --cc=kaf24@firebug.cl.cam.ac.uk \
    --cc=keir.fraser@citrix.com \
    --cc=minios-devel@lists.xenproject.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=xen-devel@lists.xenproject.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 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.