Re: [gentoo-portage-dev] [PATCH v2 1/4] Support post-postinst QA checks

2017-08-26 Thread Michał Górny
W dniu śro, 16.08.2017 o godzinie 20∶09 +0200, użytkownik Michał Górny napisał: > Extend the QA check mechanics in Portage to support post-postinst QA > checks. They are like post-install QA checks, except they are run after > pkg_postinst(), and so they can be used to verify that necessary > posti

Re: [gentoo-portage-dev] [PATCH] _collision_protect: report progress in work todo

2017-08-26 Thread Zac Medico
On 08/24/2017 06:28 AM, Fabian Groffen wrote: > Currently Portage reports its progress in checking collisions forward > every 1000th file like so: > > * checking 4149 files for package collisions > 1000 files checked ... > 2000 files checked ... > 3000 files checked ... > 4000 files checked ... >

Re: [gentoo-portage-dev] [PATCH] __dyn_install: improve reporting of build and image sizes

2017-08-26 Thread Zac Medico
On 08/24/2017 06:02 AM, Fabian Groffen wrote: > Prior to this commit, the reported sizes would look like: > > * Final size of build directory: 34942 KiB > * Final size of installed tree: 5627 KiB > > Because the sizes aren't aligned, it is hard to (visually) compare them. > On top of this, beca