cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

Ensure the correct git repository is found by genversion.py #44

Closed chrisburr closed 5 years ago

chrisburr commented 5 years ago

Turns out it is caused by building the tarball from inside a different git repository (here it is used for managing conda-forge's build recipe).

Fixes #43 by ensuring the path to genversion.py is the same as the result of git rev-parse --show-toplevel.

gbitzes commented 5 years ago

Very good, thanks!