Changes between Initial Version and Version 6 of Ticket #2092
- Timestamp:
- 2013-10-10T13:25:32Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2092
- Property Keywords packaging sdist setuptools added; easy removed
- Property Priority changed from normal to major
- Property Milestone changed from undecided to 1.11.0
- Property Summary changed from ,'make clean' shouldn't remove the src/allmydata_tahoe.egg-info directory to the src/allmydata_tahoe.egg-info directory shouldn't be included in sdist tarballs
-
Ticket #2092 – Description
initial v6 1 When running `make clean`, the process remove the src/allmydata_tahoe.egg-info directory. 2 This shouldn't happen as this directory is distributed within Tahoe-LAFS sources, and `make clean` should only reset the Tahoe-LAFS directory to a freshly uncompressed state. 1 When running `make clean`, the process removes the `src/allmydata_tahoe.egg-info directory`. This directory is distributed within Tahoe-LAFS sources, which is inconsistent with the fact that `make clean` should only reset the Tahoe-LAFS directory to a freshly uncompressed state. 3 2 4 3 This doesn't help in packaging Tahoe-LAFS in distributions like Debian, where tools usually run a `make clean` before attempting to build. They fail after this first clean, because they detected this directory was removed but is part of the release tarball.