Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699256 - sys-apps/portage: add emerge --load-average short option -l (just like make has)
Summary: sys-apps/portage: add emerge --load-average short option -l (just like make has)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 700420 700428 (view as bug list)
Depends on: 693096
Blocks: 733180
  Show dependency tree
 
Reported: 2019-11-03 20:54 UTC by Zac Medico
Modified: 2020-09-18 18:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zac Medico gentoo-dev 2019-11-03 20:54:37 UTC
It would be nice if emerge --load-average had a short option -l (just like make).
Comment 1 Zac Medico gentoo-dev 2019-11-18 01:18:51 UTC
*** Bug 700420 has been marked as a duplicate of this bug. ***
Comment 2 Zac Medico gentoo-dev 2020-08-15 19:30:05 UTC
*** Bug 700428 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2020-08-17 03:50:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=8ad29c19c1a3ac8529c5c78534769d2771964bcb

commit 8ad29c19c1a3ac8529c5c78534769d2771964bcb
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-08-15 19:15:37 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-08-17 03:48:15 +0000

    emerge: Add short -l option for --load-average (bug 699256)
    
    Add a short -l option for --load-average just like make(1) has.
    
    Bug: https://bugs.gentoo.org/699256
    Reviewed-by: Brian Dolbec <dolsen@gentoo.org>
    Reviewed-by: Matt Turner <mattst88@gentoo.org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/_emerge/main.py | 2 ++
 man/emerge.1        | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

https://gitweb.gentoo.org/proj/portage.git/commit/?id=25b22ab96b2fabcc9e53ad399591c3e6fd29ec7f

commit 25b22ab96b2fabcc9e53ad399591c3e6fd29ec7f
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-08-15 19:09:10 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-08-17 03:47:52 +0000

    emerge: Remove deprecated --changelog option (bug 699256)
    
    Bug: https://bugs.gentoo.org/699256
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/_emerge/actions.py                 |   5 --
 lib/_emerge/main.py                    |   3 +-
 lib/_emerge/resolver/output.py         |  32 +---------
 lib/_emerge/resolver/output_helpers.py | 113 +--------------------------------
 man/emerge.1                           |   6 --
 5 files changed, 3 insertions(+), 156 deletions(-)
Comment 5 Larry the Git Cow gentoo-dev 2020-08-17 05:32:21 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ceaeb6b4619dcddace5dc70a126c360ccdd8fe

commit 89ceaeb6b4619dcddace5dc70a126c360ccdd8fe
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-08-17 05:18:21 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-08-17 05:32:14 +0000

    sys-apps/portage: Bump to version 3.0.3
    
     #448462 repoman: avoid "RuntimeError: Event loop is closed"
             after SIGINT with --jobs > 1.
     #699256 emerge: Remove deprecated --changelog option
     #699256 emerge: Add short -l option for --load-average
     #711174 SpawnProcess: Fix _cancel to cleanup PipeLogger quickly
    
    Bug: https://bugs.gentoo.org/733180
    Bug: https://bugs.gentoo.org/448462
    Bug: https://bugs.gentoo.org/699256
    Bug: https://bugs.gentoo.org/711174
    Package-Manager: Portage-3.0.3, Repoman-2.3.23
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest             |   1 +
 sys-apps/portage/portage-3.0.3.ebuild | 263 ++++++++++++++++++++++++++++++++++
 2 files changed, 264 insertions(+)