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

Use pigz and enable verbosity for tar when generating the upgrade artifact #157

Open
sdimitro opened this issue Nov 19, 2018 · 1 comment

Comments

@sdimitro
Copy link
Contributor

sdimitro commented Nov 19, 2018

similar to what we do for the migration image.

@basil
Copy link
Contributor

basil commented Apr 15, 2019

Most of this task was covered in #267. There are just two more things that need to be done:

  • Consistently enabling verbosity when calling tar(1). Right now there are still a few tar(1) invocations that don't use the -v flag.
  • Making 90-linux-migration-artifact.binary invoke pigz(1) with the -I pigz argument to tar(1) rather than a pipe. As mentioned in Use pigz(1) when compressing tarballs. #267, this would make all usage of pigz(1) consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants