You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have in-house source packages into which I want to add symlinks for directories. These work fine except when I create a bundle (we use bundles to release code to production).
The bundles are zip files which is where I believe the symlinks are being lost. 'unzip -v' on the bundle shows the broken symlinks, turned into empty directories.
The text was updated successfully, but these errors were encountered:
Found this comment - my vote is definitely to move to tar since on testing it preserves symlink information.
pip/req.py:
def create_bundle(self, bundle_filename):
## FIXME: can't decide which is better; zip is easier to read
## random files from, but tar.bz2 is smaller and not as lame a
## format.
I have in-house source packages into which I want to add symlinks for directories. These work fine except when I create a bundle (we use bundles to release code to production).
The bundles are zip files which is where I believe the symlinks are being lost. 'unzip -v' on the bundle shows the broken symlinks, turned into empty directories.
The text was updated successfully, but these errors were encountered: