summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-012-2/+13
* In depgraph._show_slot_collision_notice(), display $ROOT (if not /) with eachZac Medico2009-07-301-0/+2
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-301-2/+3
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-301-52/+13
* Fix depgraph._show_missed_update() to keep each $ROOT separate.Zac Medico2009-07-291-4/+8
* Account for $ROOT inside depgraph._show_missed_update_unsatisfied_dep().Zac Medico2009-07-291-4/+3
* Remove redundant loop inside depgraph._show_missed_update_slot_conflicts().Zac Medico2009-07-281-12/+12
* When backtracking due to an unsatisfied dependency, show a normal unsatisfiedZac Medico2009-07-281-3/+49
* Fix --onlydeps breakage. Thanks to Arfrever for reporting.Zac Medico2009-07-251-1/+1
* Add comment in calc_depclean() about topological sort optimization thatZac Medico2009-07-211-1/+2
* Skip Blocker instances inside _add_prefetchers().Zac Medico2009-07-201-1/+2
* Move mtimedb resume list code from action_build() toZac Medico2009-07-202-8/+9
* Use a lazy reference to sys.stdout, in case the API consumer hasZac Medico2009-07-201-3/+8
* Fix Scheduler bug:Mounir Lamouri2009-07-201-0/+2
* In _check_manifests(), skip uninstall operations.Zac Medico2009-07-191-0/+3
* For unsatisfied USE dependencies, do not backtrack if only USE have to changeZac Medico2009-07-161-4/+16
* Allow search and depgraph to avoid spinner by using spinner=NoneMounir Lamouri2009-07-122-11/+19
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-121-4/+5
* In depgraph._show_missed_update(), don't show installed packages since weZac Medico2009-07-121-0/+4
* Move the backtracking code from action_build() to a new backtrack_depgraph()Zac Medico2009-07-122-38/+46
* Eliminate duplicate code inside depgraph._show_missed_update().Zac Medico2009-07-111-14/+9
* Bug #137562 - Implement backtracking for missing dependencies. Thanks toZac Medico2009-07-111-0/+25
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-094-15/+49
* Tweak arguments for <python-2.6 compat.Zac Medico2009-07-091-2/+2
* Make -j argument handling more generic, so it's easy to add similar argumentsZac Medico2009-07-091-26/+60
* Use a dict for depgraph params, so we can use it to store key/value pairsZac Medico2009-07-092-13/+13
* Add a --debug warning message inside _add_pkg in case a potentially infiniteZac Medico2009-07-081-0/+12
* Document the --selective option.Zac Medico2009-07-081-0/+6
* Fix --selective so it works.Zac Medico2009-07-081-1/+2
* Shorten the preserved libs message when in --quiet mode. Thanks to SebastianZac Medico2009-07-071-4/+10
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-073-2/+25
* Use PackageSet.findAtomForPackage() when matching the existing node againstZac Medico2009-07-061-1/+4
* Always exit unsuccessfully if there are any failures.Zac Medico2009-07-061-1/+3
* Make sure avoid_update always returns existing_node if available.Zac Medico2009-07-051-0/+2
* Remove set operator support since the current implementation does not meetZac Medico2009-07-051-43/+1
* Assume utf_8 encoding when reading raw ebuild metadata.Zac Medico2009-07-041-1/+3
* Correct --help usage since it no longer takes system, world, or --sync asZac Medico2009-07-041-1/+1
* Update help() usage since the myopts parameter is gone. Thanks toZac Medico2009-07-041-1/+1
* Don't pass myopts into profile_check() since it's no longer needed. Thanks toZac Medico2009-07-041-5/+3
* Delete runtime_pkg_mask to avoid memory leak.Zac Medico2009-07-041-1/+1
* Remove the --avoid-update option and make it the default behavior whenZac Medico2009-07-043-18/+1
* Disable depgraph._show_missed_update() when --quiet is enabled and --debugZac Medico2009-07-041-0/+4
* Cleanup spinner before calling depgraph.display_problems().Zac Medico2009-07-041-0/+2
* Bug #275217 - Part 5 - When a slot conflict occurs, mask the first packageZac Medico2009-07-042-23/+143
* Make --help into an action, and move --help --sync output to theZac Medico2009-07-032-35/+29
* Move "import copy" to the top of the file.Zac Medico2009-07-031-2/+2
* Fix broken reference to _graph_trees.Zac Medico2009-07-031-1/+1
* Fix broken reference to self.myopts in the dynamic_config constructor.Zac Medico2009-07-031-2/+2
* Use the new frozen_config depgraph constructor parameter to optimizeZac Medico2009-07-031-1/+3
* Add a frozen_config parameter to the depgraph constructor, so that multipleZac Medico2009-07-031-95/+102