tahoe-lafs/src/allmydata/scripts
2009-03-12 13:56:06 -07:00
..
__init__.py move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything 2006-12-14 03:39:50 -07:00
backupdb.py backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terrell Russell for the catch. 2009-02-11 15:28:30 -07:00
cli.py Use failUnlessEqual instead of failUnless(a == b) 2009-02-22 16:42:14 -07:00
common_http.py scripts: stop using RuntimeError, for #639 2009-02-22 17:31:06 -07:00
common.py scripts/common: fix alias handling on windows again, emit slightly nicer error message in response to an unknown alias 2009-02-24 22:21:36 -07:00
consolidate.py add 'tahoe debug consolidate' command, to merge directories created by repeated 'tahoe cp -r' or the allmydata win32 backup tool, into the form that would have been created by 'tahoe backup'. 2009-03-12 13:56:06 -07:00
create_node.py storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation 2008-12-01 17:24:21 -07:00
debug.py add 'tahoe debug consolidate' command, to merge directories created by repeated 'tahoe cp -r' or the allmydata win32 backup tool, into the form that would have been created by 'tahoe backup'. 2009-03-12 13:56:06 -07:00
keygen.py #542 'tahoe create-key-generator': fix the .tac file this creates to be compatible with modern code, add a test 2008-12-01 17:47:21 -07:00
runner.py cli: undo the effects of [http://allmydata.org/trac/tahoe/changeset/20081222235453-92b7f-f841e18afb94e1fd95e6dafb799a3d876dd85c69] 2008-12-24 09:53:17 -07:00
slow_operation.py cli: factor out slow-http-operation to a separate module 2008-11-18 19:11:13 -07:00
startstop_node.py startstop_node.py: when restarting, tolerate a stale pid too 2009-02-25 19:52:45 -07:00
stats_gatherer.py test_runner.py: revert the CreateNode section to using runner() inline, rather than spawning a process, to get more precise coverage 2009-02-09 02:26:17 -07:00
tahoe_add_alias.py CLI: check for pre-existing aliases in 'tahoe create-alias' and 'tahoe add-alias' 2008-12-02 20:20:22 -07:00
tahoe_backup.py Two small fixes on documentation for cli backup command. 2009-02-24 16:36:34 -07:00
tahoe_check.py CLI: modify 'tahoe manifest' and 'tahoe deep-check' to report ERROR: properly. For #590. 2009-02-24 23:44:15 -07:00
tahoe_cp.py tahoe_cp.py: return 0 for success, instead of None 2009-03-12 13:53:45 -07:00
tahoe_get.py CLI: simplify argument-passing, use options= for everthing, including stdout 2008-08-01 11:46:24 -07:00
tahoe_ls.py tahoe_ls: CLI command should return rc=0, not None 2009-02-02 21:07:20 -07:00
tahoe_manifest.py CLI: modify 'tahoe manifest' and 'tahoe deep-check' to report ERROR: properly. For #590. 2009-02-24 23:44:15 -07:00
tahoe_mkdir.py CLI: simplify argument-passing, use options= for everthing, including stdout 2008-08-01 11:46:24 -07:00
tahoe_mv.py tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523 2008-09-30 15:21:06 -07:00
tahoe_put.py CLI: change one-arg forms of 'tahoe put' to make an unlinked file, fix replace-mutable #441 2008-08-01 19:27:29 -07:00
tahoe_rm.py CLI: simplify argument-passing, use options= for everthing, including stdout 2008-08-01 11:46:24 -07:00
tahoe_webopen.py CLI: rework webopen, and moreover its tests w.r.t. path handling 2008-09-24 09:45:23 -07:00