MANIFEST.in

Thu, 05 Jun 2008 21:24:44 -0400

author
Brett Smith <brett@brettcsmith.org>
date
Thu, 05 Jun 2008 21:24:44 -0400
branch
trunk
changeset 62
17d845dacff5
parent 18
1600807a32bd
child 95
4f7d3ccecf32
permissions
-rw-r--r--

Deal with partially extracted tarballs.

If you can only extract part of a tarball -- for example, because it
includes nodes and you're not root -- tar will extract what it can but give
an error code. So now dtrx will only fail if some subprogram threw an
error code *and* nothing actually got extracted. Otherwise, we'll show
whatever errors came up, but we'll still assume the extraction was as
successful as it's going to be.

include COPYING INSTALL README
recursive-include tests *
exclude tests/testscript.sh

mercurial