summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/create_depgraph_params.py
Commit message (Collapse)AuthorAgeFilesLines
* 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