Changes between Initial Version and Version 1 of Ticket #2321, comment 2
- Timestamp:
- 2014-10-17T11:36:29Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2321, comment 2
initial v1 1 1 Ah, never mind, I can reproduce it on my machine, using the zipfile downloaded from [https://github.com/tahoe-lafs/tahoe-lafs/archive/master.zip]. 2 2 3 The first line of `tahoe --version-and-path` also gives an unknown version with the correct path (e.g. `allmydata-tahoe: unknown [unknown: unknown] ( /home/davidsarah/tahoe/git/tahoe-lafs-master/src)`). `src/allmydata/_version.py` does not exist.3 The first line of `tahoe --version-and-path` also gives an unknown version with the correct path (e.g. `allmydata-tahoe: unknown [unknown: unknown] (REDACTED/tahoe-lafs-master/src)`). `src/allmydata/_version.py` does not exist. 4 4 5 5 It appears that the github download `.zip` does not contain the `.git` directory, so I don't think this is fixable. We'll just have to avoid telling people to use that download method (or take into account that they'll get a Tahoe build that doesn't know its version).