appliance-build icon indicating copy to clipboard operation
appliance-build copied to clipboard

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

Open sdimitro opened this issue 7 years ago • 1 comments

similar to what we do for the migration image.

sdimitro avatar Nov 19 '18 23:11 sdimitro

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 #267, this would make all usage of pigz(1) consistent.

basil avatar Apr 15 '19 17:04 basil