[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Proposal: Make dist.sh use "gzip -n"

From: <kfogel_at_collab.net>
Date: 2005-04-04 18:46:17 CEST

"Max Bowsher" <maxb@ukf.net> writes:
> I would like to patch dist.sh to use the gzip -n option.
>
> By default, gzip stores the original filename and the mtime of the
> file it is compressing _inside_ the gzip file.
> The presence of the mtime prevents me from downloading the bz2 file,
> and locally un-bz2ing it then gzipping it, and getting the exact
> contents of the official gz tarball. The -n switch prevents the name
> and mtime from being stored, making this local transformation possible.
>
> I want this to be possible, since I do not want to have to waste time
> download the tarball twice in order to gpg-sign it.
>
> Note that gzip _ignores_ the stored metadata when uncompressing, so
> there is no adverse impact to this change.

No objections here. I don't see any reason why we need that data in
the gzip file.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 4 19:12:49 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.