Brian Warner
3a8da0c1cc
bin/allmydata-tahoe: update to new src/ + support/ directories, remove instdir/bin check
2007-09-14 19:24:28 -07:00
Brian Warner
a4b00a6b2c
Makefile build-deps: use a fake package named 'tahoe-deps', to avoid a double-build of tahoe
2007-09-14 19:23:55 -07:00
Brian Warner
afa03e875d
Makefile: use --reactor=poll on cygwin, since select() is insufficient
2007-09-14 03:33:44 -07:00
Brian Warner
33dc673389
Makefile: improve 'clean' behavior: rm ez_setup leftovers, ignore _version.py
...
in the test-clean target
2007-09-14 03:28:56 -07:00
Brian Warner
826aaf4ae7
boringfile: ignore the setuptools .egg that ez_setup.py sometimes makes
...
during build
2007-09-14 03:26:19 -07:00
Brian Warner
44c7349270
setup.py: require simplejson>=1.4, since we use the indent= argument
2007-09-14 03:24:15 -07:00
Brian Warner
df49fa55e0
test_client.py: remove unused 'stat' import
2007-09-13 20:17:42 -07:00
Brian Warner
4772bee01b
remove simplejson tarball from our dependencies/ directory
2007-09-13 20:14:08 -07:00
Zooko O'Whielacronx
ea44b8b56a
ez_setup.py: put back the warning about downloading, but only if the URL that you are using is not "file:"
2007-09-13 20:14:51 -07:00
Zooko O'Whielacronx
67a3b5f79d
README: it works on Python 2.4 on Windows
2007-09-13 19:17:30 -07:00
Zooko O'Whielacronx
8fd98624a3
don't try to use bindann
...
It causes a mysterious misbehavior in Python import which causes the previous patch to fail (the patch to not run trial tests if dependencies can't be imported)
2007-09-13 19:14:46 -07:00
Zooko O'Whielacronx
6acbffbecf
Makefile: don't attempt to run trial tests if the dependencies can't be imported
2007-09-13 19:12:55 -07:00
Zooko O'Whielacronx
f443f8adbc
remove test in test_client -- we can't easily assert that files aren't readable by others, on Windows
2007-09-13 20:12:26 -07:00
Zooko O'Whielacronx
9b8f415bea
ez_setup.py: don't warn about the need to download packages (because we actually bundle them all with Tahoe)
2007-09-13 20:00:27 -07:00
Zooko O'Whielacronx
092917ba49
Makefile: prepend src/ to the PYTHONPATH
2007-09-13 19:43:15 -07:00
Zooko O'Whielacronx
771485dc94
re-port Makefile to Windows and remove a bunch of no-longer-needed hacks
2007-09-13 18:20:35 -07:00
Zooko O'Whielacronx
75628f98bd
Makefile: add suggestion about how to use the distutils config file to select mingw32 compiler
2007-09-13 18:20:00 -07:00
Zooko O'Whielacronx
5cbeaf84b6
add simplejson into misc/dependencies
2007-09-13 16:42:38 -07:00
Zooko O'Whielacronx
9c272308e2
set the zip_safe flag to False
...
This means that by default the allmydata-tahoe egg will be a directory with a tree of files instead of a zip file containing files. I prefer the former because it makes it easier for people to hack into it.
Unfortunately the files therein are still going to be .pyc's instead of .py's, if I understand correctly. I would prefer for them to be .py's. See also discussion on the distutils-sig mailing list:
http://mail.python.org/pipermail/distutils-sig/2007-July/007827.html
2007-09-13 15:37:55 -07:00
Zooko O'Whielacronx
73826c5cc9
fix Makefile not to assume that ":" is the PYTHONPATH separator
...
(It is ";" on Windows.)
2007-09-13 15:37:34 -07:00
Zooko O'Whielacronx
ef7340fb77
change setup.py to find dependency tarballs in misc/dependencies
2007-09-13 15:37:27 -07:00
Zooko O'Whielacronx
28ac048ba0
change ez_setup.py to find tarballs in misc/dependencies
2007-09-13 14:51:19 -07:00
Zooko O'Whielacronx
2eec5598de
add zfec tarball to misc/dependencies
2007-09-13 14:51:04 -07:00
Zooko O'Whielacronx
3032cb65df
add setuptools eggs for py2.4 and py2.5 to misc/dependencies
2007-09-13 14:50:43 -07:00
Zooko O'Whielacronx
0ec576aa9f
add foolscap tarball to misc/dependencies
2007-09-13 14:50:23 -07:00
Zooko O'Whielacronx
d659f9f152
insert misc/dependencies
2007-09-13 14:50:10 -07:00
Zooko O'Whielacronx
a01ccc54c0
use ez_setup.py to bootstrap setuptools
2007-09-12 18:57:10 -07:00
Zooko O'Whielacronx
31609aa98f
Makefile: re-order targets and let user's PYTHONPATH be included in the PP
2007-09-12 18:56:33 -07:00
Brian Warner
7853497787
setup.py: remove nevow dependency: we need it, but easy_install can't install it
2007-09-12 16:55:38 -07:00
Brian Warner
b75276af00
packaging: add 'build-deps' target, to automatically build and install (locally, in ./support) necessary dependencies. All such installed files are used during tests.
2007-09-12 16:48:45 -07:00
Brian Warner
1c27cc3ea8
packaging: move to setuptools
2007-09-12 16:02:53 -07:00
Brian Warner
93554c8072
setup.py: fix move to _version.py
2007-09-12 16:02:23 -07:00
Brian Warner
248f2dc260
remove zfec source from our tree, users should grab a tarball from our http://allmydata.org/trac/tahoe/wiki/Dependencies page, or from the python cheeseshop
2007-08-25 15:37:25 -07:00
Brian Warner
4bbc423d70
debian: depend upon python-zfec, stop including zfec in the tahoe .deb
2007-08-21 13:54:51 -07:00
Brian Warner
5fd4bf3aad
Makefile: oops, fix clean-simplejson target. Might fix #10 .
2007-08-17 23:50:37 -07:00
Brian Warner
fbc9929d73
Makefile: improve 'clean' behavior even more, maybe even completely.
...
Now we remove downloaded setuptools-*.egg files, and *.egg-info directories
2007-08-17 23:45:14 -07:00
Brian Warner
05dc85025f
Makefile: improve 'clean' behavior by removing foolscap .pycs and _version.py
2007-08-17 23:38:00 -07:00
Brian Warner
a98c5a7b41
remove simplejson source from our tree, users should grab a tarball from our http://allmydata.org/trac/tahoe/wiki/Dependencies page, or from the python cheeseshop
2007-08-25 15:37:07 -07:00
Brian Warner
31cf4badad
remove foolscap source from our tree, users should grab a tarball from our http://allmydata.org/trac/tahoe/wiki/Dependencies page, or from the upstream http://foolscap.lothar.com/ home page
2007-08-25 15:36:33 -07:00
Zooko O'Whielacronx
f4b5fbc418
README: update the wording of the "LICENCE" section to more closely follow FSF recommendations
2007-09-12 11:31:57 -07:00
Brian Warner
e1e037e9b5
storage: always record lease expiration times as integers
2007-09-11 14:53:31 -07:00
nejucomo
96f55be844
Add some passing unit tests for testutil.PollMixin.
2007-09-07 16:15:41 -07:00
Brian Warner
89a25f1987
provisioning: include the cost of replacing failed hard drives
2007-09-10 15:46:45 -07:00
Brian Warner
0497d62939
provisioning: add cost information
2007-09-10 15:29:33 -07:00
Zooko O'Whielacronx
09ff5af99c
loosen constraint on share data size
2007-09-11 11:29:18 -07:00
Brian Warner
3eaa888a0e
provisioning: oops, fix test_provisioning too
2007-09-07 15:01:17 -07:00
Brian Warner
0ae7d31d33
provisioning.py: update test with new encoding-parameters format
2007-09-07 14:45:43 -07:00
Brian Warner
2a48283e53
provisioning: require at least one drive per server
2007-09-06 23:08:21 -07:00
Brian Warner
5561d3afe4
provisioning: explain the 'survival' number better
2007-09-06 23:01:07 -07:00
Brian Warner
421277cafa
provisioning: more repair/survivability data
2007-09-06 22:54:53 -07:00