]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fix mutable status (mapupdate/retrieve/publish) to use serverids, not tubids
authorBrian Warner <warner@lothar.com>
Sat, 17 Mar 2012 23:52:32 +0000 (16:52 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 18 Mar 2012 00:01:35 +0000 (17:01 -0700)
commita56e639346a4bb3833c2b5c8e17f00050b330ec0
treea38d40e6067b891b6b2dbb827ec4ae554d214bf2
parent890449801e4cf7a015108c5a72a2fae57b18c6d2
Fix mutable status (mapupdate/retrieve/publish) to use serverids, not tubids

This still leaves immutable-publish results incorrectly using tubids instead
of serverids. That will need some more work, since it might change the Helper
interface.
src/allmydata/interfaces.py
src/allmydata/mutable/publish.py
src/allmydata/mutable/retrieve.py
src/allmydata/mutable/servermap.py
src/allmydata/web/status.py