On Monday 17 November 2008 01:56:37 Aníbal Monsalve Salazar wrote:
> On Mon, Nov 17, 2008 at 01:18:12AM +0100, Miriam Ruiz wrote:
> >BTW, it's not a big issue,
>
> For me it's a nuisance because it's more work for the reviewer.
>
> >but I find it cleaner when I have to repackage a bzip2 tarball to gzip
> >to do:
> >
> >bunzip2 program.tar.bz2
> >gzip program.tar
>
> I prefer:
>
> bunzip2 -c program-1.2.tar.bz2 | gzip -9 - > program_1.2.orig.tar.gz
If you want to have different md5sums for you tar.gz everytime you run the 
program - fine. I would prefere
bunzip2 -c program-1.2.tar.bz2 | gzip -n -9 - > program_1.2.orig.tar.gz
-- 
Robert Wohlrab


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to