[Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-04-30 Thread Florian Festi
Reduces run time on my /usr dir from 1:17 to 0:15 when fully cached. Use RPM_BUILD_ROOT=/usr RPM_BUILD_NCPUS=16 time scripts/check-buildroot to toy around yourself. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/687 -- Commit

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-04-30 Thread Igor Gnatenko
This release is going to be nice :) -- 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/687#issuecomment-488114646___ Rpm-maint maili

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-04-30 Thread Igor Gnatenko
ignatenkobrain approved this pull request. -- 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/687#pullrequestreview-232404881___

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-05-01 Thread ニール・ゴンパ
Conan-Kudo commented on this pull request. > find "$RPM_BUILD_ROOT" \! \( \ -name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \ \) -type f -print0 | \ -LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp +LANG=C xargs -0r -P$NCPUS -n16 grep -F "$RPM_BUILD_ROO

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-05-02 Thread pavlinamv
Maybe you can mention RhBug:1704354 in the commit message. -- 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/687#issuecomment-488628322

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-05-06 Thread Panu Matilainen
pmatilai commented on this pull request. > find "$RPM_BUILD_ROOT" \! \( \ -name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \ \) -type f -print0 | \ -LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp +LANG=C xargs -0r -P$NCPUS -n16 grep -F "$RPM_BUILD_ROOT"

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-05-06 Thread Panu Matilainen
pmatilai approved this pull request. ...but then that doesn't mean we can't merge it, we already have one such hardcoded limit in. -- 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

Re: [Rpm-maint] [rpm-software-management/rpm] Make check-buildroot check the build files in parallel (#687)

2019-05-06 Thread Panu Matilainen
Merged #687 into master. -- 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/687#event-2320956804___ Rpm-maint mailing list Rpm-maint