Skip to content

Move to open source tar in zopen build code#135

Merged
MikeFultonDev merged 2 commits intomainfrom
usenewfind
Jan 24, 2023
Merged

Move to open source tar in zopen build code#135
MikeFultonDev merged 2 commits intomainfrom
usenewfind

Conversation

@MikeFultonDev
Copy link
Copy Markdown
Collaborator

Leverage two things:

  • files are tagged on extract, so no need to manually tag files
  • the '-a' option auto-detects what compression was used so we don't have to run a separate tool for decompression

Tested by building php and git.

php was MUCH faster to get the tarball set up than in the past.

Comment thread bin/lib/zopen-build
chtag -R -r "${dir}"
printInfo "Extract tarball ${tarballz} into ${dir}"

tar -axf "${tarballz}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool! I didn't know about -a

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me either. Learned about it when perusing the new man pages.

Copy link
Copy Markdown
Member

@IgorTodorovskiIBM IgorTodorovskiIBM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@MikeFultonDev MikeFultonDev merged commit 2a44788 into main Jan 24, 2023
@MikeFultonDev MikeFultonDev deleted the usenewfind branch February 3, 2023 03:12
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.

2 participants