Code review comment for lp:~frankban/juju-gui/distfile-fixes

Revision history for this message
Francesco Banconi (frankban) wrote :

*** Submitted:

Fix broken symbolic links in release tarballs.

Now, when the release is created (make distfile) the symbolic links
are followed.

Another solution could be to create relative links in "make build*".
However, I preferred to dereference the links for two reasons:
- it is simple;
- it allows uncompresing our release also in filesystems not supporting
   symlinks.

R=benji, gary.poster
CC=
https://codereview.appspot.com/6962044

https://codereview.appspot.com/6962044/

« Back to merge proposal