Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248621 - sys-apps/portage-2.1.6_rc1 should read "JOBS" variable from /etc/make.conf when running emerge --jobs
Summary: sys-apps/portage-2.1.6_rc1 should read "JOBS" variable from /etc/make.conf wh...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 11:51 UTC by Pacho Ramos
Modified: 2008-11-24 13:29 UTC (History)
0 users

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 Pacho Ramos gentoo-dev 2008-11-24 11:51:41 UTC
I think that would be better being able to have a "JOBS" variable in make.conf like "MAKEOPTS", this way, if I set it to "2", emerge --jobs ... should try to run 2 jobs by default instead of all jobs it's able to. 

If user wants emerge to not limit the number of jobs that can run simultaneously, he could simply don't define this variable at make.conf

Other option could be that settings JOBS variable in make.conf would default emerge to use "--jobs=X" always

Thanks a lot

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2008-11-24 13:22:48 UTC
You can set EMERGE_DEFAULT_OPTS="--jobs=X" in make.conf.
Comment 2 Pacho Ramos gentoo-dev 2008-11-24 13:29:43 UTC
Ups, you are true, silly me, it was so simple... 

Thanks a lot for the tip!