summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
Commit message (Collapse)AuthorAgeFilesLines
* Update date headers for modified files.v2.1.9.40Zac Medico2011-02-151-1/+1
|
* emerge.1: cross-ref --newuse and --changed-useZac Medico2011-02-131-1/+4
| | | | This will fix bug #354437.
* emerge: accept 'y' for options that accept 'n'Zac Medico2010-11-231-18/+39
| | | | This will fix bug #346349 and bug #344799.
* Raise default backtrack limit from 5 to 10.Zac Medico2010-10-221-1/+1
|
* Add support for emerge --buildpkg=n.Zac Medico2010-10-111-1/+1
|
* Update emerge --autounmask docs to indicate support for LICENSEZac Medico2010-09-171-2/+2
| | | | masks.
* Update --autounmask docs to note that it generates package.use settings.Zac Medico2010-09-091-1/+2
|
* Disable the --depclean-lib-check option when _ENABLE_DYN_LINK_MAPZac Medico2010-09-071-8/+11
| | | | is False.
* When _ENABLE_DYN_LINK_MAP is False, show additional --depclean helpZac Medico2010-08-301-0/+7
| | | | and warnings advising use of revdep-rebuild.
* * Add a --autounmask[=n] option and for now leave it disableZac Medico2010-08-051-0/+11
| | | | | | | | by default in order to minimize the impact of any bugs. * If _wrapped_select_pkg_highest_available_imp returns an installed package when the user has not explicitly requested for this package to be replaced (typically via an atom on the command line), reject the installed package and try to unmask one.
* Add a warning message to the --package-moves[=n] docs, noting thatZac Medico2010-07-281-1/+4
| | | | should remain enabled under normal circumstances.
* Add a --package-moves[=n] option that can be used to control theZac Medico2010-07-281-0/+6
| | | | | "Performing Global Updates" routine. This option is enabled by default.
* Document --depclean-lib-check[=n].Zac Medico2010-07-281-0/+8
|
* Add help for --rebuilt-binaries-timestamp.Zac Medico2010-05-271-0/+9
|
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-1/+1
|
* emerge --help: Add --ignore-default-opts (closes bug 246491)Sebastian Luther2010-05-271-0/+8
|
* Make --exclude use whitespace to separate atoms since atoms are typicallyZac Medico2010-05-041-1/+1
| | | | separated by whitespace.
* Add --exclude optionSebastian Luther2010-04-291-0/+7
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+6
| | | | | | for wording suggestions. svn path=/main/trunk/; revision=15831
* Move --update from the actions to the options section.Zac Medico2010-03-081-7/+9
| | | | svn path=/main/trunk/; revision=15777
* Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.Zac Medico2010-03-081-12/+25
| | | | svn path=/main/trunk/; revision=15776
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-0/+8
| | | | | | | prior to --unmerge actions. Thanks to Thomas Sachau <tommy@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=15486
* 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-2/+3
| | | | | | enabled. svn path=/main/trunk/; revision=15372
* Fix colors for --rebuilt-binaries docs.Zac Medico2010-02-181-1/+1
| | | | svn path=/main/trunk/; revision=15367
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-181-0/+9
| | | | | | | | | | | | | installed packages with binary packages that have been rebuilt. Rebuilds are detected by comparison of BUILD_TIME package metadata. This option is enabled automatically when using binary packages, so rebuilt binaries are installed with a user's typical update command. This isn't possible with the existing @rebuild-binaries package set since that only works with --selective=n and therefore can't be used with a typical world update. The package set framework should support this type of behavior sometime in the future. svn path=/main/trunk/; revision=15364
* Bug #304793 - Update --newuse docs to indicate that this option also impliesZac Medico2010-02-131-2/+5
| | | | | | --selective. svn path=/main/trunk/; revision=15346
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-0/+6
| | | | | | alone, and do not display it on stdout. svn path=/main/trunk/; revision=14783
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-311-0/+7
| | | | | | allowed, and reduce the default from 30 to 5. svn path=/main/trunk/; revision=14763
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-261-3/+3
| | | | | | --clean is pretty useless anyway. svn path=/main/trunk/; revision=14731
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-261-2/+2
| | | | | | the suggestion. svn path=/main/trunk/; revision=14730
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-10/+23
| | | | | | | --ask option, interpret a single "Enter" key press as invalid input. This helps prevent accidental acceptance of the first choice. svn path=/main/trunk/; revision=14710
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-231-0/+9
| | | | | | actions to the options section. svn path=/main/trunk/; revision=14708
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-181-0/+6
| | | | | | | in visibility checks for built ebuilds. Thanks to Sebastian Mingramm (few) for reporting the problem and testing the patch. svn path=/main/trunk/; revision=14665
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-161-0/+8
| | | | | | | useful if you want to use EMERGE_DEFAULT_OPTS to make --oneshot behavior default. svn path=/main/trunk/; revision=14615
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-4/+4
| | | | | | | | to portage-2.2_rc* releases. In addition to @system, @world now includes a @selected set which represents user-selected "world" packages and sets that saved in /var/lib/portage/world{,sets}. svn path=/main/trunk/; revision=14614
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-091-0/+5
| | | | | | Jeremy Olexa <darkside@g.o> for the suggestion. svn path=/main/trunk/; revision=14533
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-081-0/+9
| | | | | | FEATURES=fail-clean from the command line. svn path=/main/trunk/; revision=14518
* Bug #265267 - Add hint about --accept-properties=-interactive in theZac Medico2009-10-061-1/+4
| | | | | | --jobs docs. svn path=/main/trunk/; revision=14508
* Bug #287870 - Add -r option as short version of --resume.Zac Medico2009-10-061-2/+2
| | | | svn path=/main/trunk/; revision=14504
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-061-0/+16
| | | | | | | | | | | ACCEPT_PROPERTIES on the commandline, without relying on emerge's legacy behavior of allowing variables to leak in from the calling environment. A typical usage example for this option would be to use --accept-properties=-interactive to temporarily mask interactive packages. With default configuration, this would result in an effective ACCEPT_PROPERTIES value of "* -interactive". svn path=/main/trunk/; revision=14501
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14295
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-362/+362
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-211-1/+1
| | | | | | after it's been enabled in EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=14121
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-211-2/+5
| | | | | | behavior that may have been implied by some other option like --update. svn path=/main/trunk/; revision=14120
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-011-4/+4
| | | | | | | the command line after it's been enabled in EMERGE_DEFAULT_OPTS. Also do the same for --usepkgonly, --getbinpkg, and --getbinpkgonly. svn path=/main/trunk/; revision=13873
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-011-1/+1
| | | | | | the command line after it's been enabled in EMERGE_DEFAULT_OPTS. svn path=/main/trunk/; revision=13872
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-091-3/+3
| | | | | | | 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
* Document the --selective option.Zac Medico2009-07-081-0/+6
| | | | svn path=/main/trunk/; revision=13807