Lullabot / drainpipe

GNU General Public License v3.0
33 stars 14 forks source link

Fix creating archives in the temporary directory and not the cwd #693

Closed deviantintegral closed 2 months ago

deviantintegral commented 2 months ago

If you run a command like task snapshot:archive o=archive.tar.xz, the archive gets created in /tmp/<something>. As a caller, you don't know what <something> is so you can't get the archive. This can be worked around if you use an absolute path for o=, but this PR should fix it so relative paths work too.