david-sarah
|
74b6ea36c4
|
CLI: improve help synopsis for 'tahoe create-key-generator'.
|
2011-01-22 17:50:04 -08:00 |
|
david-sarah
|
cb02adb110
|
Don't put debugging information in 'My versions' section of the Welcome page. Also remove the extra blank line between version and command output when --version[-and-path] is used. refs #1306
|
2011-01-21 20:02:20 -08:00 |
|
david-sarah
|
3eadc8a053
|
NEWS, docs/quickstart.html: pywin32 is no longer required on Windows. refs #1274
|
2011-01-21 18:47:41 -08:00 |
|
david-sarah
|
3c161c9a96
|
Makefile, setup.py: add more source files to pyflakes target and fix their warnings.
|
2011-01-21 18:07:52 -08:00 |
|
david-sarah
|
6d6f0edc36
|
Remove obsolete and bit-rotted 'setup.py check-auto-deps' command. Building and running bin/tahoe is a more thorough check.
|
2011-01-21 18:00:51 -08:00 |
|
david-sarah
|
a008c79762
|
Makefile: remove stale commented-out targets for figleaf.
|
2011-01-21 17:55:25 -08:00 |
|
david-sarah
|
ae3373188c
|
misc/build_helpers/run-with-pythonpath.py: fix pyflakes unused import warning.
|
2011-01-21 17:50:50 -08:00 |
|
david-sarah
|
8f4ae53f39
|
Makefile: remove a stale comment about a bug fixed in Tahoe v1.3.0. refs #455
|
2011-01-21 17:45:44 -08:00 |
|
david-sarah
|
f84f2aa987
|
tests: use verlib to compare versions, and get the versions of Twisted and Nevow from get_package_versions() instead of pkg_resources. refs #1287
|
2011-01-21 17:42:56 -08:00 |
|
david-sarah
|
39eede4217
|
src/allmydata/web/common.py: ensure that filenames in 'humanized failures' are quoted.
|
2011-01-21 17:40:06 -08:00 |
|
david-sarah
|
74aba7dd26
|
twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py (replaced with trial_coverage.py).
|
2011-01-21 17:39:13 -08:00 |
|
david-sarah
|
0c51ce3d89
|
CLI: improve help synopses for some commands.
|
2011-01-21 17:27:00 -08:00 |
|
david-sarah
|
c8ccb297fa
|
src/allmydata/_auto_deps.py: setuptools is still an install requirement even in frozen builds, because .tac files import pkg_resources. refs #585
|
2011-01-21 17:24:42 -08:00 |
|
david-sarah
|
8587c63bdc
|
Make bb-freeze (and probably other static packaging tools) work. This updates various places where we assumed that the tahoe process was executed via the Python interpreter. It also allows tests to recursively invoke the same tahoe.exe, rather than bin/tahoe. refs #585
|
2011-01-21 00:04:29 -08:00 |
|
david-sarah
|
8b94125b00
|
Make 'setup.py trial' and 'setup.py test' pass --version-and-path to bin/tahoe by default.
|
2011-01-21 00:03:28 -08:00 |
|
david-sarah
|
28bd80812f
|
Change --version and --version-and-path to not exit immediately, if a command is given.
|
2011-01-20 23:59:13 -08:00 |
|
david-sarah
|
f3b4f4181c
|
src/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module should have been 'pysqlite2.dbapi2'. refs #1306
|
2011-01-20 23:32:34 -08:00 |
|
david-sarah
|
b6c2c9591d
|
src/allmydata/util/iputil.py: correct an error in the address-matching regexps introduced by the previous patch to iputil. refs #1274
|
2011-01-20 23:21:36 -08:00 |
|
Zooko O'Whielacronx
|
d34e838c0c
|
setup: increase version number requirement on darcsver from >= 1.7.1 to >= 1.7.2
|
2011-01-20 21:30:38 -08:00 |
|
Zooko O'Whielacronx
|
0264959b9a
|
setup: upgrade bundled version of darcsver from 1.7.1 to 1.7.2 to support the new bbfreeze feature (by, strangely, having darcsver write out unix newlines regardless of what the underlying platform prefers)
|
2011-01-20 21:28:38 -08:00 |
|
david-sarah
|
b1f15a630a
|
Add src/allmydata/util/verlib.py, which is a copy of verlib from https://bitbucket.org/tarek/distutilsversion/src/17df9a7d96ef . It is used to normalize and compare versions of dependencies. refs #1258
|
2011-01-20 22:04:49 -08:00 |
|
david-sarah
|
29336a0916
|
Refactor _auto_deps.py and __init__.py, adding more robust checking of dependency versions, and not trusting pkg_resources to get the versions right. refs #1258, #1287
|
2011-01-20 21:36:10 -08:00 |
|
david-sarah
|
06e0d13451
|
Apply pyflakes to more files and fix the resulting warnings.
|
2011-01-20 18:10:11 -08:00 |
|
david-sarah
|
d5138b3237
|
src/allmydata/util/iputil.py: loosen regexps and ensure that 'LANG=en_US.UTF-8' is set in the environment, to minimize problems with localized output of IP-address-finding tools. refs #1274
|
2011-01-20 00:48:27 -08:00 |
|
david-sarah
|
6dd8b6f471
|
Eliminate dependencies on pywin32, even via Twisted. refs #1274
|
2011-01-19 20:32:38 -08:00 |
|
david-sarah
|
d4969259c6
|
Makefile: consistently use TAHOE macro to run bin/tahoe. Use '$(TAHOE) debug repl' instead of $(RUNPP) -p. refs #1296
|
2011-01-19 15:44:29 -08:00 |
|
david-sarah
|
9ea323db4c
|
Makefile: consistently use 'tahoe debug trial' to run tests. refs #1296
|
2011-01-19 15:37:37 -08:00 |
|
david-sarah
|
999339ed4e
|
setup.py: add descriptions for some of the setup commands. ref #1306
|
2011-01-19 15:33:05 -08:00 |
|
david-sarah
|
0693181613
|
setup.py: create bin/tahoe.pyscript on Unix as well as Windows for consistency, and to reduce conditional code. ref #1306
|
2011-01-19 15:31:45 -08:00 |
|
david-sarah
|
fd6cdc48ae
|
src/allmydata/test/test_runner.py: add test_import_from_repl, which checks that we are running the right code in a bin/tahoe subprocess. refs #1258
|
2011-01-19 00:21:45 -08:00 |
|
david-sarah
|
a9fc4668c0
|
docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296
|
2011-01-19 00:19:55 -08:00 |
|
david-sarah
|
d21f4071c3
|
Eliminate direct dependencies of Tahoe-LAFS on pywin32 (rebased to trunk). refs #1274
|
2011-01-18 23:59:11 -08:00 |
|
david-sarah
|
3798d9946e
|
Add support to bin/tahoe for invoking a runner command prefixed with @, with the Tahoe libraries on the PYTHONPATH. This is documented in 'tahoe debug --help'.
|
2011-01-18 21:11:37 -08:00 |
|
david-sarah
|
74b1eec1d6
|
trivial: add comment in scripts/debug.py about trial option parsing. refs #1296
|
2011-01-18 22:08:08 -08:00 |
|
david-sarah
|
8d2983c493
|
Update foolscap requirement to >= 0.6.1. fixes #1329
|
2011-01-18 22:06:39 -08:00 |
|
david-sarah
|
93c1909847
|
bin/tahoe-script.template, src/windows/fixups.py: simplify the method of stripping initial arguments in sys.argv on Windows. This helps with bb-freeze and running tahoe via 'coverage'. Also includes some wording changes and minor refactoring of bin/tahoe-script.template. refs #585, #1303
|
2011-01-18 20:53:24 -08:00 |
|
david-sarah
|
5a7c99d29d
|
Change misc/build_helpers/test-with-fake-pkg to use 'setup.py trial'. refs #1296
|
2011-01-18 20:24:01 -08:00 |
|
david-sarah
|
35deaf62b4
|
Makefile: update 'make clean' to delete the setuptools_trial egg(s).
|
2011-01-18 18:50:53 -08:00 |
|
david-sarah
|
7e413d4fa4
|
Change 'setup.py trial' and 'setup.py test' to use 'bin/tahoe debug trial'. refs #1296
|
2011-01-18 18:45:32 -08:00 |
|
david-sarah
|
8f0af33ba6
|
src/allmydata/test/test_cli.py: add test for 'tahoe debug trial' options help. refs #1296
|
2011-01-18 18:42:24 -08:00 |
|
david-sarah
|
c67f29ac5d
|
Makefile: update 'make clean' to avoid deleting the setuptools_darcs egg.
|
2011-01-18 18:19:58 -08:00 |
|
david-sarah
|
1819c25c88
|
Add src/allmydata/test/trialtest.py needed by tests for 'tahoe debug trial'. refs #1296
|
2011-01-18 18:02:39 -08:00 |
|
david-sarah
|
39edeae5e7
|
Remove setuptools_trial egg.
|
2011-01-09 22:33:06 -08:00 |
|
david-sarah
|
0d6df9c9fc
|
Tests for 'tahoe debug trial' (rebased and fixed to work with Twisted 10.2). refs #1296
|
2011-01-18 17:38:59 -08:00 |
|
david-sarah
|
bbc1f56981
|
Documentation for 'tahoe debug trial' (rebased for trunk). refs #1296
|
2011-01-18 12:57:29 -08:00 |
|
david-sarah
|
420aadd95e
|
Make 'mock' a run-time rather than setup-time dependency. This is necessary in order for 'tahoe debug trial' to work. refs #1296
|
2011-01-18 12:51:14 -08:00 |
|
david-sarah
|
7a887871b0
|
src/allmydata/scripts/debug.py: add 'tahoe debug trial' command (rebased for trunk). refs #1296
|
2011-01-18 12:46:59 -08:00 |
|
david-sarah
|
fc98aded8a
|
src/allmydata/webish.py: clean-ups and correction to a comment. Also change an open and write to use fileutil.write. See ref #1286 comment 13.
|
2011-01-17 15:31:52 -08:00 |
|
david-sarah
|
4cba75e000
|
setup: load the setuptools_darcs-1.2.12.egg that is bundled in the root of the source tree at setup.py time, and setup_require it. This is in order to make sure that its 'find all package data' plugin works to inform setuptools of all files which are under revision control, so that setuptools can include them in a distribution. By the way, this is ugly and horrible. refs #1054
|
2011-01-17 22:54:45 -08:00 |
|
Zooko O'Whielacronx
|
0fb49375c0
|
setup: bundle a copy of setuptools_darcs-1.2.12
This is to work-around https://bitbucket.org/tarek/distribute/issue/55/revision-control-plugin-automatically-installed-as-a-build-dependency-is-not-present-when-another-build-dependency-is-being . refs #1054.
|
2011-01-17 22:25:21 -08:00 |
|