summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.v2.2_rc5Zac Medico2008-07-301-1/+1
* Update foo[!bar=] syntax.Zac Medico2008-07-301-1/+1
* * Fix Scheduler._restart_if_necessary() breakage so that the given packageZac Medico2008-07-301-14/+16
* Remove redundant use dep validation code that's handled by regular expressionZac Medico2008-07-301-6/+2
* Remove unused variable.Zac Medico2008-07-301-1/+1
* * Add more use dep validation.Zac Medico2008-07-302-9/+28
* When checking for news items in --pretend mode, pass update=False intoZac Medico2008-07-301-22/+27
* Put a 5 second cap on the delay produced by Scheduler._job_delay().Zac Medico2008-07-301-2/+5
* Just return a boolean "state changed" value fromZac Medico2008-07-301-7/+7
* * Optimize SequentialTaskQueue.schedule() by using a _dirty attributeZac Medico2008-07-301-13/+18
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-305-22/+28
* Count state changes in Scheduler._schedule_tasks() and avoid some extra callsZac Medico2008-07-291-5/+12
* Fix _choose_pkg() to always return something if nothing is running or merging.Zac Medico2008-07-291-0/+3
* Avoid triggering a tight loop AssertionError in Scheduler._main_loop().Zac Medico2008-07-291-1/+2
* Fix the last part of Scheduler._main_loop() to work correctly now thatZac Medico2008-07-291-5/+7
* Disable auto_schedule on all of Scheduler._task_queues and schedule themZac Medico2008-07-291-8/+4
* Add a quiet signal handler for SIGINT and SIGTERM since emerge calls ebuildZac Medico2008-07-291-1/+16
* Fix Scheduler._set_digraph() to correctly handle cases when max_jobs is True.Zac Medico2008-07-291-1/+2
* Make sure Scheduler._choose_pkg() doesn't return a package too early whenZac Medico2008-07-291-0/+3
* 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