summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the --jobs option to be specified without anZac Medico2008-07-291-3/+6
| | | | | | | | | | | | | | argument, and also support -j as a short option. Since optparse doesn't natively support options with non-required args, create an insert_optional_args() function that inserts the required argument into the args so that optparse is happy. The function inserts the string True as a substitute for the argument that is required. This string is later converted to the True constant when stored in the emerge opts dict (similar to how normal boolean options are stored). The PollScheduler and SequentialTaskQueue classes recognize the meaning of the True constant to mean unlimited concurrent jobs. svn path=/main/trunk/; revision=11261
* Update --depclean and --prune, removing warnings about libraries since thoseZac Medico2008-07-221-27/+35
| | | | | | are now automatically accounted for. svn path=/main/trunk/; revision=11168
* Add some cross references between emerge's new parallel build options andZac Medico2008-07-151-1/+8
| | | | | | MAKEOPTS. svn path=/main/trunk/; revision=11063
* Document the new --jobs and --load-average options for parallelization.Zac Medico2008-07-111-4/+24
| | | | svn path=/main/trunk/; revision=11014
* Add documentation for the new --keep-going option.Zac Medico2008-06-271-7/+24
| | | | svn path=/main/trunk/; revision=10818
* Document the new emerge <file> feature.Zac Medico2008-06-201-1/+1
| | | | svn path=/main/trunk/; revision=10732
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-031-16/+31
| | | | | | between them. svn path=/main/trunk/; revision=10563
* Swap --nospinner and --oneshot for alphabetical ordering.Zac Medico2008-04-211-1/+1
| | | | svn path=/main/trunk/; revision=9941
* Bug #218439 - Improve alignment in short emerge --help options output.Zac Medico2008-04-211-5/+6
| | | | svn path=/main/trunk/; revision=9940
* Rename the undocumented --conistent option to --complete-graph and addZac Medico2008-04-111-1/+14
| | | | | | some docs. svn path=/main/trunk/; revision=9846
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-191-5/+15
| | | | | | sometimes people don't realize that it exists. svn path=/main/trunk/; revision=8185
* Move the emerge module to _emerge to make it privateZac Medico2007-10-161-0/+394
since it's mostly unsuitable for api consumers at this time. svn path=/main/trunk/; revision=8142