]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
extirpate all references the "queen" and "metatracker"
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 16:57:52 +0000 (09:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 16:57:52 +0000 (09:57 -0700)
commitd19d1058e028b932360459aaad51a25451fc2c1a
tree5f7fbc12464f7c39ea3898d0c5659246de102bf9
parentced1d8189b3212e559fc6b08e63bce43c2cac4b4
extirpate all references the "queen" and "metatracker"
This is a potentially disruptive and potentially ugly change to the code base,
because I renamed the object that serves in both roles from "Queen" to
"IntroducerAndVdrive", which is a bit of an ugly name.

However, I think that clarity is important enough in this release to make this
change.  All unit tests pass.  I'm now darcs recording this patch in order to
pull it to other machines for more testing.
23 files changed:
GNUmakefile
README
docs/architecture.txt
docs/codemap.txt
docs/denver.txt
misc/simulator.py
relnotes.txt
roadmap.txt
src/allmydata/filetree/interfaces.py
src/allmydata/filetree/nodemaker.py
src/allmydata/filetree/redirect.py
src/allmydata/filetree/vdrive.py
src/allmydata/interfaces.py
src/allmydata/introducer_and_vdrive.py [new file with mode: 0644]
src/allmydata/manhole.py
src/allmydata/node.py
src/allmydata/queen.py [deleted file]
src/allmydata/scripts/runner.py
src/allmydata/test/check_memory.py
src/allmydata/test/test_filetree_new.py
src/allmydata/test/test_introducer_and_vdrive.py [new file with mode: 0644]
src/allmydata/test/test_queen.py [deleted file]
src/allmydata/test/test_system.py