Changes between Version 40 and Version 41 of Packaging
- Timestamp:
- 2012-09-08T08:57:08Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Packaging
v40 v41 114 114 115 115 * even when working as designed, setuptools has some serious problems. For example, people who package Tahoe for OS distributions generally dislike very much its behaviour of automatically downloading dependencies from random websites (however convenient something like that would be if it were optional and designed properly). 116 117 118 == Build System Theory ==119 120 See BuildSystemTheory for a discussion of the ways in which Tahoe-LAFS is built, the conflicting goals of these ways, and (eventually) a plan to be able to meet these multiple goals.