Updates to produce a smaller diff for bzr bd.
This commit is contained in:
commit
a84879d8d9
@ -1,4 +1,5 @@
|
|||||||
include AUTHORS LICENSE
|
include AUTHORS LICENSE .functests .unittests .probetests
|
||||||
graft doc
|
graft doc
|
||||||
graft etc
|
graft etc
|
||||||
|
graft test/functional
|
||||||
|
graft test/probe
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -13,7 +13,8 @@ Build-Depends: debhelper (>= 7),
|
|||||||
net-tools,
|
net-tools,
|
||||||
python-greenlet (>= 0.3.1),
|
python-greenlet (>= 0.3.1),
|
||||||
python-eventlet (>= 0.9.8),
|
python-eventlet (>= 0.9.8),
|
||||||
python-nose
|
python-nose,
|
||||||
|
python-sphinx
|
||||||
Standards-Version: 3.8.4
|
Standards-Version: 3.8.4
|
||||||
Homepage: http://launchpad.net/swift
|
Homepage: http://launchpad.net/swift
|
||||||
|
|
||||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
3
debian/watch
vendored
Normal file
3
debian/watch
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version=3
|
||||||
|
http://launchpad.net/swift/+download http://launchpad.net/swift/.*/swift-(.*)\.tar\.gz
|
||||||
|
|
@ -1,3 +1,6 @@
|
|||||||
|
.functests
|
||||||
|
.probetests
|
||||||
|
.unittests
|
||||||
AUTHORS
|
AUTHORS
|
||||||
LICENSE
|
LICENSE
|
||||||
MANIFEST.in
|
MANIFEST.in
|
||||||
@ -94,6 +97,15 @@ swift/obj/server.py
|
|||||||
swift/obj/updater.py
|
swift/obj/updater.py
|
||||||
swift/proxy/__init__.py
|
swift/proxy/__init__.py
|
||||||
swift/proxy/server.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/__init__.py
|
||||||
test/unit/account/__init__.py
|
test/unit/account/__init__.py
|
||||||
test/unit/account/test_auditor.py
|
test/unit/account/test_auditor.py
|
||||||
|
Loading…
Reference in New Issue
Block a user