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

Merged
merged 1 commit into from
Sep 23, 2024

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.

@deviantintegral deviantintegral added bug Something isn't working client affected labels Sep 17, 2024
@github-actions github-actions bot temporarily deployed to pantheon-pr-693 September 17, 2024 16:08 Destroyed
@justafish justafish merged commit cdd6302 into main Sep 23, 2024
51 of 53 checks passed
@justafish justafish deleted the fix-archive-path branch September 23, 2024 13:09
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.

2 participants