MANIFEST.in

Sat, 04 Nov 2006 10:34:06 -0500

author
brett
date
Sat, 04 Nov 2006 10:34:06 -0500
branch
trunk
changeset 5
36f352abd093
parent 1
a86a0cb0dd57
child 18
1600807a32bd
permissions
-rw-r--r--

[svn] Deal with a bunch of low-hanging fruit:

* Correctly cope with mimetype oddities I found on Fedora.

* I'm not doing anything with shar files yet, so take out that hook.

* Better error handling and reporting throughout, including a meaningful
exit code.

* Remove unused cruft from the BaseExtractor.run method.

* When reporting the "basename" for the archive, make sure it doesn't
include any preceding path.

* If the archive contains one directory whose name doesn't match the
archive basename, rename it after extraction.
- Although I just realized this probably does the wrong thing if there's
just one file in the archive.

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

mercurial