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

Linux tar should not be nested #1485

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

alanocallaghan
Copy link
Contributor

My fault for trying to write a valid tar from memory but the current linux build ends up as a tar.xz that contains the build/dist/QuPath directory, rather than the top level being QuPath

@alanocallaghan
Copy link
Contributor Author

To explain the flags:

-c says create an archive
-C says cd to this directory first
QuPath specifies that after cd-ing, archive the QuPath dir
then we pipe into xz and redirect stdout to the tar.xz file

@alanocallaghan alanocallaghan merged commit 603a9fc into qupath:main Apr 9, 2024
3 checks passed
@alanocallaghan alanocallaghan deleted the nested-jpackage branch April 9, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant