Commit Graph

871 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
d26903694f two more fixes for README 2007-05-01 22:40:24 -07:00
Zooko O'Whielacronx
0f514f47cc add another note about where to run "make" 2007-05-01 22:37:35 -07:00
Zooko O'Whielacronx
3b9aab4592 make big distinction between downloading precompiled packages and building yourself
Both of my two test subjects here stumbled on this by thinking that building on debian was related to building debian packages was related to downloading precompiled packages.
2007-05-01 22:34:33 -07:00
Zooko O'Whielacronx
450ad0a81f tweak README to be more helpful about a small detail 2007-05-01 22:11:49 -07:00
Zooko O'Whielacronx
1e6c7150bc add the apt-get information to the README 2007-05-01 22:04:58 -07:00
Brian Warner
8004087fb2 makefile: change the 'test' target to exclude foolscap, add 'test-all' to do both 2007-05-01 11:08:39 -07:00
Brian Warner
0650e5543f figleaf_htmlizer: when all counts are zero, claim 0% instead of 100%, since it probably means that coverage checking has failed completely 2007-05-01 11:07:28 -07:00
Zooko O'Whielacronx
b6712fa41f trivial formatting tweak in relnotes.txt 2007-05-01 21:05:05 -07:00
Zooko O'Whielacronx
f49a63f688 some English usage edits to README, thanks to Stephen Hill 2007-05-01 21:03:23 -07:00
Zooko O'Whielacronx
22bd668948 mention ticket #22 2007-05-01 20:33:22 -07:00
Zooko O'Whielacronx
75e0284471 v0.2.0b2-0-UNSTABLE 2007-05-01 15:46:19 -07:00
Zooko O'Whielacronx
40e1c4be71 grand unified version numbers
Now the allmydata python package, the setup.py script, and the debian packages all get their tahoe version number from the same place.
2007-05-01 13:23:15 -07:00
Zooko O'Whielacronx
7802fa96c9 edit README 2007-05-01 12:57:24 -07:00
Zooko O'Whielacronx
4db70067f3 fix debian targets in makefile 2007-05-01 12:46:46 -07:00
Zooko O'Whielacronx
e10524e75b improve "the Debian way" build process to produce foolscap .debs 2007-05-01 12:41:35 -07:00
Zooko O'Whielacronx
f0d29909ca edits to relnotes.txt 2007-05-01 08:26:47 -07:00
Zooko O'Whielacronx
cf331e4d9f transfer any PYTHONPATH environment variable to the environment of the foolscap tests 2007-04-30 23:19:47 -07:00
Zooko O'Whielacronx
e697c84df1 bump timeout up because it timed out even on my super fast MacBook Pro
Hm.  This probably means that it is never going to finish...
2007-04-30 23:16:06 -07:00
Zooko O'Whielacronx
f724719744 v0.2.0b1-0-UNSTABLE 2007-04-30 23:11:23 -07:00
Zooko O'Whielacronx
dfe399bb5f make separate makefile targets for test-foolscap and test-TEST
So that if you want to run just one test, you can run "make test-TEST TEST=that.one.test" and not get the whole foolscap suite thrown in for the bargain.
2007-04-30 23:02:45 -07:00
Zooko O'Whielacronx
cb57508b0a fix: don't pass the PYTHONPATH that features the instdir to the invocation of trial for foolscap 2007-04-30 21:37:28 -07:00
Zooko O'Whielacronx
eebc32f48d foolscap snapshot: bump some unit tests up to very high timeouts because my poor G4 867 MHz PowerBook, which is busy doing video iChat, takes a long time to run these tests 2007-04-30 21:04:26 -07:00
Zooko O'Whielacronx
137a427a47 bump some unit tests up to very high timeouts because my poor G4 867 MHz PowerBook, which is busy doing video iChat, takes a long time to run these tests 2007-04-30 21:03:43 -07:00
Brian Warner
461d64e371 test_system: increase timeouts to almost 20 minutes: we have buildslaves that take more than 5 minutes to finish these tests. 2007-04-30 20:14:58 -07:00
Brian Warner
1b70187ac7 README: mention the names of the debian packages that provide our dependencies 2007-04-30 12:48:30 -07:00
Zooko O'Whielacronx
fbb6f73eda run foolscap tests from src instead of from instdir since .pyc's in instdir have funny filenames encoded into them that cause foolscap test failures 2007-04-30 19:18:06 -07:00
Zooko O'Whielacronx
3b17e2a579 add note to GNUmakefile that we append instdir instead of prepending for a good reason 2007-04-30 19:17:51 -07:00
Zooko O'Whielacronx
e8c5795e36 zfec: complete the removal of the 15-second delay when downloading setuptools 2007-04-30 17:56:43 -07:00
Zooko O'Whielacronx
07eb9999f2 install libs into instdir/lib and scripts into instdir/bin 2007-04-30 17:49:10 -07:00
Zooko O'Whielacronx
e258921b9d edit description of Foolscap in relnotes.txt 2007-04-30 17:43:06 -07:00
Zooko O'Whielacronx
7bb8b4f04a better description of Foolscap in README 2007-04-30 17:34:51 -07:00
Zooko O'Whielacronx
eb89db0574 remove "." from setup.py invocation because it seems to be screwing up paths in the .pyc's 2007-04-30 14:43:36 -07:00
Zooko O'Whielacronx
381a3e6f1f zfec: add note to README about conflict with older versions of setuptools 2007-04-30 13:26:56 -07:00
Zooko O'Whielacronx
90c654ca9c zfec: switch back to minimum setuptools of 0.6c3
This is newer than the one that comes with Dapper Ubuntu 6.06, *but* if there is no setuptools at all installed, then the bootstrap script will download one itself.  So with this patch, this will install cleanly on a Dapper system as long as the Dapper version of python-setuptools is *not* installed.
2007-04-30 13:18:38 -07:00
Zooko O'Whielacronx
e0a18d12af globally search and replace "mesh" with "grid" and adjust description of the effect of NAT on the topology 2007-04-30 13:06:09 -07:00
Zooko O'Whielacronx
44f68c55a9 zfec: see if we can get by with the version of setuptools that comes with Ubuntu 6.06 Dapper 2007-04-30 11:16:47 -07:00
Zooko O'Whielacronx
117efd761b zfec: see if we can get by with the version of setuptools that is already in Ubuntu 6.10 2007-04-30 11:08:30 -07:00
Zooko O'Whielacronx
74e01aa849 zfec: add mention of lrzip and edit text 2007-04-30 11:08:19 -07:00
Zooko O'Whielacronx
49efc6a07e turn foolscap unit tests back on in the "make test" target 2007-04-30 11:04:13 -07:00
Zooko O'Whielacronx
1e9bc92388 make relnotes.txt point to the latest source tarball 2007-04-30 10:56:35 -07:00
Zooko O'Whielacronx
b027ee1489 v0.1.4b2-0-UNSTABLE 2007-04-30 10:00:07 -07:00
Zooko O'Whielacronx
d19d1058e0 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.
2007-04-30 09:57:52 -07:00
Zooko O'Whielacronx
ced1d8189b zfec: v1.0.0b3-0-STABLE 2007-04-30 09:10:12 -07:00
Zooko O'Whielacronx
12dd5c0f10 zfec: update licence and install docs 2007-04-30 09:09:35 -07:00
Zooko O'Whielacronx
43347dab6c edit: fix typo and formatting in relnotes.txt 2007-04-30 08:57:00 -07:00
Zooko O'Whielacronx
7090ed66c5 v0.1.3-0-UNSTABLE 2007-04-30 06:02:43 -07:00
Zooko O'Whielacronx
a61178f425 raise the limit on the number of hashes when retrieving them, too 2007-04-30 06:00:10 -07:00
Zooko O'Whielacronx
8e4aa3e1fb raise the limit on block hashes and share hashes from 30 to 2**20 2007-04-29 23:51:15 -07:00
Zooko O'Whielacronx
1c5ceab101 update README to reflect dependency on python-dev 2007-04-29 23:33:49 -07:00
Zooko O'Whielacronx
216a2a958a zfec: hack setuptools bootstrap script not to time.sleep(15) before downloading 2007-04-29 23:30:23 -07:00