[Rpm-maint] [rpm-software-management/rpm] Support pbzip command for multicore environment (#117)

Geunsik Lim notifications at github.com
Fri Jan 13 11:53:18 UTC 2017


I have being enabled the pigz|pbzip2 in foo.spec files (approximately 800+ packages) to decompress .tar.gz|.tar.bz2 files in parallel as following: 

**1st step)** for decompressing ./SOURCES/*.tar.gz|bz2 files in parallel (with alias or with symbolic)
alias tar='tar --use-compress-program=pbzip2'
alias gzip='pigz'
alias gunzip='unpigz'
alias bzip2='pbzip2'
alias bunzip2='pbunzip2'
alias bzcat='pbzcat'
alias xz='pxz'

**2nd step)** for packaging rpm file in parallel (The xz feature was merged in last year.)
%_binary_payload w?T.xzdio

I am still finding a more convenient and simple way for application developers that are not good at rpm grammar. I will propose new PR after finding a complete solution to support gzip/bzip2 format. This PR will be closed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/117#issuecomment-272426493
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170113/0c5f1d49/attachment.html>


More information about the Rpm-maint mailing list