summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/create_depgraph_params.py
Commit message (Collapse)AuthorAgeFilesLines
* Update date headers for modified files.v2.2.0_alpha24Zac Medico2011-02-151-1/+1
|
* depgraph: --deep=0 is equivalent to no deep paramZac Medico2011-02-141-2/+3
|
* depgraph: --nodeps overrides --complete-graphZac Medico2011-02-141-0/+1
|
* depgraph: --nodeps overrides --deepZac Medico2011-02-131-2/+5
|
* depgraph: make empty param imply deep = TrueZac Medico2011-02-131-3/+4
| | | | | | | This won't change the existing depgraph behavior, but it will allow logic to be simplified in some cases such that solely the deep param needs to be consulted (rather than needing to consult both empty and deep params).
* Add multiple $ROOT support to depgraph._iter_atoms_for_pkg().Zac Medico2010-09-181-0/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-221-1/+1
| | | | | | | | --getbinpkgonly mode, since --usepkgonly behaves better in cases when the portage tree is not exactly the same revision that was used to build the packages. svn path=/main/trunk/; revision=15427
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-0/+10
| | | | | | enabled. svn path=/main/trunk/; revision=15372
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-211-1/+14
| | | | | | behavior that may have been implied by some other option like --update. svn path=/main/trunk/; revision=14120
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-091-1/+1
| | | | | | | should go. Also make --update so it no longer implies the equivalent of --deep=1. To get the old --update behavior, use --update --deep=1. svn path=/main/trunk/; revision=13812
* Use a dict for depgraph params, so we can use it to store key/value pairsZac Medico2009-07-091-9/+9
| | | | | | and fix the depgraph so it doesn't use emerge options directly. svn path=/main/trunk/; revision=13809
* Fix --selective so it works.Zac Medico2009-07-081-1/+2
| | | | svn path=/main/trunk/; revision=13806
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-231-0/+33
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13672