andres-montanez / Magallanes

The PHP Deployment Tool
https://magephp.com
MIT License
694 stars 167 forks source link

Fixed tar archive from-path #424

Closed aschempp closed 3 years ago

aschempp commented 6 years ago

When deploying with releases, Mage creates a TAR file for the given files. If a from path is specified, the TAR file contains a root folder for the given path. When extracting, this creates a folder for the from paths.

I'm pretty sure this is unwanted, and does not happen for Rsync.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bff204320f44b56675bd994f9e1c5248c7c5c4d3 on aschempp:bugfix/from-path into e30de6b719c923d70917a9f9364efdb29b7e9362 on andres-montanez:master.

aschempp commented 5 years ago

Any updates on this issue?

andres-montanez commented 3 years ago

Hi, thank you so much for your time and effort! I wasn't able to merge the PR, so I added your fix locally. Thanks!