Learn more about these different git repos.
Other Git URLs
Tarballs created by setuptools/distutils using python setup.py sdist will resolve symlinks as part of the archive creation process. This is a known issue in setuptools.
python setup.py sdist
This behavior, however, breaks Pagure itself since a number of hooks need symlinks to function correctly.
However, creating source tarballs using git archive should work as intended.
git archive
Metadata Update from @pingou: - Issue assigned to pingou - Issue set to the milestone: 5.2 - Issue tagged with: debt
Commit 4937c4e fixes this issue
Log in to comment on this ticket.