Add files which were not in the tarball.

This commit is contained in:
Monty Taylor 2010-07-19 14:56:54 -05:00
parent 83d8fe2c02
commit 1e714f6484
2 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,5 @@
include AUTHORS LICENSE
include AUTHORS LICENSE .functests .unittests .probetests
graft doc
graft etc
graft test/functional
graft test/probe

View File

@ -1,3 +1,6 @@
.functests
.probetests
.unittests
AUTHORS
LICENSE
MANIFEST.in
@ -94,6 +97,15 @@ swift/obj/server.py
swift/obj/updater.py
swift/proxy/__init__.py
swift/proxy/server.py
test/functional/sample.conf
test/functional/swift.py
test/functional/tests.py
test/probe/common.py
test/probe/test_account_failures.py
test/probe/test_container_failures.py
test/probe/test_object_async_update.py
test/probe/test_object_handoff.py
test/probe/test_running_with_each_type_down.py
test/unit/__init__.py
test/unit/account/__init__.py
test/unit/account/test_auditor.py