~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to swift.egg-info/SOURCES.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Soren Hansen, Chuck Short
  • Date: 2012-09-07 19:02:36 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120907190236-fqrmbzm7v6zivs8d
Tags: 1.7.0-0ubuntu1
[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Run unit tests at build time.
* Fix Launchpad URLs in debian/watch.

[ Chuck Short ]
* New upstream release
* debian/control: Add pubthon-moc as a build dep
* debian/rules: Dont fail if testsuite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
etc/object-server.conf-sample
119
119
etc/proxy-server.conf-sample
120
120
etc/rsyncd.conf-sample
 
121
etc/swift-bench.conf-sample
121
122
etc/swift.conf-sample
122
123
locale/swift.pot
123
124
swift/__init__.py
180
181
swift/obj/updater.py
181
182
swift/proxy/__init__.py
182
183
swift/proxy/server.py
 
184
swift/proxy/controllers/__init__.py
 
185
swift/proxy/controllers/account.py
 
186
swift/proxy/controllers/base.py
 
187
swift/proxy/controllers/container.py
 
188
swift/proxy/controllers/obj.py
183
189
test/__init__.py
184
190
test/sample.conf
185
191
test/functional/__init__.py
197
203
test/probe/test_object_async_update.py
198
204
test/probe/test_object_failures.py
199
205
test/probe/test_object_handoff.py
200
 
test/probe/test_running_with_each_type_down.py
201
206
test/unit/__init__.py
202
207
test/unit/account/__init__.py
203
208
test/unit/account/test_auditor.py