Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-30 Thread Zac Medico
On Sun, Jul 30, 2017 at 1:27 PM, Zac Medico wrote: > On Sat, Jul 29, 2017 at 10:50 PM, Michał Górny wrote: >> On nie, 2017-07-30 at 00:56 +0200, Manuel Rüger wrote: >>> Pushed as: >>>

Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-30 Thread Zac Medico
On Sat, Jul 29, 2017 at 10:50 PM, Michał Górny wrote: > On nie, 2017-07-30 at 00:56 +0200, Manuel Rüger wrote: >> Pushed as: >> https://gitweb.gentoo.org/proj/portage.git/commit/?id=cff2c0149142843316e1851c2e73bcec30f08471 >> >> Thanks for the patient reviews, Zac! >> > > I'm

Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-29 Thread Michał Górny
On nie, 2017-07-30 at 00:56 +0200, Manuel Rüger wrote: > Pushed as: > https://gitweb.gentoo.org/proj/portage.git/commit/?id=cff2c0149142843316e1851c2e73bcec30f08471 > > Thanks for the patient reviews, Zac! > I'm sorry for noticing this only now when I'm enabling it but we have already:

Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-29 Thread Zac Medico
On Sat, Jul 29, 2017 at 3:56 PM, Manuel Rüger wrote: > Pushed as: > https://gitweb.gentoo.org/proj/portage.git/commit/?id=cff2c0149142843316e1851c2e73bcec30f08471 > > Thanks for the patient reviews, Zac! > > Cheers, > Manuel I've added an early warning for invalid

Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-29 Thread Manuel Rüger
Pushed as: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cff2c0149142843316e1851c2e73bcec30f08471 Thanks for the patient reviews, Zac! Cheers, Manuel On 28.07.2017 18:24, Zac Medico wrote: > The patch is looking really good now. Thanks for working on this! > > On Fri, Jul 28, 2017 at

Re: [gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-28 Thread Zac Medico
The patch is looking really good now. Thanks for working on this! On Fri, Jul 28, 2017 at 2:59 AM, Manuel Rüger wrote: > @@ -518,6 +526,26 @@ def doebuild_environment(myebuild, mydo, myroot=None, > settings=None, > mysettings["KV"] = "" >

[gentoo-portage-dev] [PATCH v2] Support different compressors for binary packages

2017-07-28 Thread Manuel Rüger
This patch allows to set the compressor for binary packages via a BINPKG_COMPRESSION variable. BINPKG_COMPRESSION_ARGS allows to specify command-line arguments for the chosen compressor. --- bin/misc-functions.sh | 6 ++- bin/quickpkg