summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-57/+16
* Handle missing sets, to avoid KeyError raised from unmerge().Zac Medico2008-08-021-0/+12
* Add a new RestrictSet which contains all packages that match specifiedZac Medico2008-08-021-7/+67
* In the file collision elog message, only say 'NOT merged' whenZac Medico2008-08-021-4/+8
* * Add INHERITED to vardbapi._aux_cache_keys since Package.metadata_keys alsoZac Medico2008-08-011-2/+2
* Add debug support to PackagesSystemSet since robbat2 is reporting an emptyZac Medico2008-08-011-2/+22
* Make EbuildFetcher pass a copy of os.environ to the ebuild(1) subprocess sov2.2_rc6Zac Medico2008-08-011-1/+6
* Add DowngradeSet and OwnerSet to __all__.Zac Medico2008-08-011-1/+2
* Bug #233252 - Handle InvalidAtom exceptions that can be raised fromZac Medico2008-08-011-15/+20
* Make InheritSet more like DowngradeSet, and check INHERITED from the highestZac Medico2008-08-011-7/+17
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-012-16/+37
* Bug #233487 - Fix --fetch-all-uri breakage:Zac Medico2008-08-012-4/+16
* Fix DowngradeSet so it's safe for cases when no ebuild is available.Zac Medico2008-07-311-0/+2
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-1/+39
* Always invalidate results from _userpriv_test_write_file_cache whenZac Medico2008-07-311-1/+1
* Bug #233458 - Fix AsynchronousTask exit listener handling so that an exitZac Medico2008-07-311-5/+17
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-1/+37
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-1/+38
* Fixes in portage.fetch() for bugs #233303 and #94133:Zac Medico2008-07-311-2/+48
* Split out a _spawn_fetch() function that will be useful for implementing aZac Medico2008-07-311-29/+49
* Bug #233421 - Fix grammar, missing "be" in --update description. Thanks toZac Medico2008-07-301-2/+2
* Fix typo.v2.2_rc5Zac 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-304-19/+25
* 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
* 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-292-12/+81
* 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
* Fix alignment.Zac Medico2008-07-281-1/+1
* Tweak the conditional USE deps examples.Zac Medico2008-07-281-4/+4