Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deviantintegral
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client affected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant