[darcs-devel] [issue1747] dist: support for alternate compression formats

Trent W. Buck bugs at darcs.net
Fri Feb 19 00:09:35 UTC 2010


New submission from Trent W. Buck <trentbuck at gmail.com>:

"git archive" emits an uncompressed tarball to stdout, so that I can simply say

    git archive --tag foo | xz >../foo.tar.xz

To use xz or bzip2 instead of gzip with "darcs dist", I have to dance:

    darcs dist --tag foo
    guzip ../foo.tar.gz
    xz ../foo.tar

Is there a better way to do this?  Maybe dist needs an overhaul anyway.

----------
messages: 10021
nosy: darcs-devel, dmitry.kurochkin, twb
status: unknown
title: dist: support for alternate compression formats

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue1747>
__________________________________


More information about the darcs-devel mailing list