summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Scheduler._choose_pkg() so that it doesn't choose packages prematurelyZac Medico2008-07-291-1/+1
* Enable Scheduler._job_delay() whenever --load-average is enabled, for wholeZac Medico2008-07-291-18/+5
* During the first minute of entering the main scheduler loop, if --load-averageZac Medico2008-07-291-0/+38
* Fix slightly broken loop logic in insert_optional_args() by converting it toZac Medico2008-07-291-7/+9
* Add support for the --jobs option to be specified without anZac Medico2008-07-293-15/+85
* In apply_recursive_permissions(), ignore InvalidLocation exceptions such asZac Medico2008-07-291-2/+6
* Tweak table alignment.Zac Medico2008-07-291-2/+2
* Implement _use_dep.__nonzero__().Zac Medico2008-07-291-0/+3
* Fix _use_dep.__str__() to work correctly in the case when conditional USEZac Medico2008-07-291-0/+2
* Redirect the FEATURES=buildsyspkg message to the log when in background mode.Zac Medico2008-07-291-6/+18
* Add syntax examples for unconditional USE deps.Zac Medico2008-07-281-0/+29
* Fix alignment.Zac Medico2008-07-281-1/+1
* Tweak the conditional USE deps examples.Zac Medico2008-07-282-8/+8
* Document the doman language code path translation extension from bug #222439.Zac Medico2008-07-281-0/+31
* Make use of the new config.iteritems() method.Zac Medico2008-07-281-1/+1
* Fix broken reference to "categories" in CategorySet.singleBuilder(). ThanksZac Medico2008-07-281-1/+1
* Bug #233165 - When waiting for jobs and merges to finish inZac Medico2008-07-281-0/+3
* Bug #233103 - In portage.fetch(), pass all config variables instead of justZac Medico2008-07-281-1/+1
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-282-2/+6
* Remove pointless generator expression.Zac Medico2008-07-281-1/+1
* Add note about support for EAPI="2_pre0".v2.2_rc4Zac Medico2008-07-281-0/+5
* Create a table to document conditional USE dependency syntax.Zac Medico2008-07-283-0/+41
* Fix arg count when constructing a TypeError in the SlotDict constructor.Zac Medico2008-07-281-1/+1
* Add support for an new EAPI="2_pre0" value so that people who want to testZac Medico2008-07-281-1/+4
* Disable the multi-bracket USE deps syntax, so only the comma separated syntaxZac Medico2008-07-283-4/+6
* Implement new conditional USE dep syntax:Zac Medico2008-07-282-25/+80
* Create a SlotDict constructor which can take an optional positional arg thatZac Medico2008-07-281-0/+13
* * Add support in dep_getusedeps() and isvalidatom() for comma separated USEZac Medico2008-07-282-3/+33
* Bug #233137 - Implement Atom.split().Zac Medico2008-07-281-1/+2
* Fix incorrect logging.exception() arguments. The exception instance is notZac Medico2008-07-271-4/+4
* Fix the new glep56 code to handle missing metadata.xml. Thanks to jmbsvicettoZac Medico2008-07-271-9/+10
* Fix EbuildFetcher to pass all config variables to the fetcher so thingsZac Medico2008-07-272-7/+8
* Update path to make.conf.example. Thanks to Arfrever.Zac Medico2008-07-271-1/+1
* Use ${NORMAL} to properly restore color when necessary.Zac Medico2008-07-271-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-272-2/+2
* Make all the elog functions split lines when displaying output, just likeZac Medico2008-07-271-5/+35
* Add support to elog_base() to split messages on newlines automatically.Zac Medico2008-07-271-2/+8
* Fix breakage from r11213 in INHERITED values returned from portdbapi.aux_get().Zac Medico2008-07-271-8/+4
* Fixes from Arfrever:Zac Medico2008-07-272-2/+4
* Serialize src_unpack() $DISTDIR access for live ebuilds since otherwise theyZac Medico2008-07-272-5/+44
* * Define a frozenset of live eclasses for the LIVEVCS.stable check.Zac Medico2008-07-271-3/+10
* Fix repoman not seeing subversion auto-ignored files (such as patch rejects a...Zac Medico2008-07-271-2/+2
* Temporarily `set -o noglob` when splitting QA_DT_HASH.Zac Medico2008-07-271-0/+4
* Bug #233077 - Add QA check which verifies that LDFLAGS are respected. For nowZac Medico2008-07-273-0/+40
* Schedule ebuild pkg_setup phases on the merge queue,Zac Medico2008-07-271-15/+37
* In PollScheduler._poll(), add a call to _schedule() in order to ensure thatZac Medico2008-07-271-16/+36
* Fix AsynchronousTask.removeStartListener() and removeExitListener() to returnZac Medico2008-07-271-0/+4
* Fix LinkageMap.findConsumers() to check whether the master link for a libZac Medico2008-07-261-1/+19
* * Use pure bash ${PARAMETER%/*} instead of spawing`dirname`.Zac Medico2008-07-261-2/+2
* Split out an apply_priorities() function to apply nice and ionice settings.Zac Medico2008-07-261-10/+15