]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
reject old-style (pre-Tahoe-LAFS-v1.3) configuration files
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 1 Aug 2011 23:24:23 +0000 (16:24 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 1 Aug 2011 23:24:23 +0000 (16:24 -0700)
commite5c4e83f4cfe37696b94d1a354b71308e036235f
tree7857cebe93505cc148056c3cb4b3a72c8ea9c9ce
parent420e3aa2930cf1e72c8239193f306d42977c851c
reject old-style (pre-Tahoe-LAFS-v1.3) configuration files
Check for the existence of any of them and if any are found raise exception which will abort the startup of the node.
This is a backwards-incompatible change for anyone who is still using old-style configuration files.
fixes #1385
docs/configuration.rst
docs/frontends/CLI.rst
docs/historical/configuration.rst [new file with mode: 0644]
docs/logging.rst
src/allmydata/node.py
src/allmydata/test/common.py
src/allmydata/test/test_client.py
src/allmydata/test/test_runner.py