summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
Commit message (Collapse)AuthorAgeFilesLines
* emerge --select: add -w short optionZac Medico2012-12-291-2/+2
|
* emerge -h: add @ prefix to system and world setsZac Medico2012-12-241-1/+1
|
* emerge --help: show --quiet-buildZac Medico2011-11-201-1/+1
|
* Point users to the man page instead of duplicating it in --helpSebastian Luther2011-09-211-812/+3
|
* autounmask: Always use unresticted atoms for license and USE changesSebastian Luther2011-09-211-3/+4
| | | | See bug 379333.
* Document ** keyword for --autounmask-keep-masks.Zac Medico2011-09-191-2/+2
|
* autounmask: Add --autounmask-keep-masks optionSebastian Luther2011-09-191-0/+8
| | | | | | Disables creation of p.unmask entries to allow users to insist on their masks and hope for another conflict resolution (i.e. missed update). This fixes bug 372485.
* autounmask: Add --autounmask-unrestricted-atoms optionSebastian Luther2011-09-191-0/+8
| | | | | | | | The default behavior of --autounmask is now changed back to the original one, namely to use '=' operators. The --autounmask-unrestricted-atoms option allows the use of '>=' operators whenever possible. This addresses the issues raised in bugs 372405, 374331 and 379333.
* autounmask: Document where changes are writenSebastian Luther2011-09-181-1/+5
|
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-261-10/+8
| | | | | | | | | | | | | | Right now, the --rebuild-if-* flags only rebuild packages that are used at both run-time and build-time. This doesn't help for packages that are used only at build-time (for example, static libaries). Rebuilding packages whenever a build-time dependency is changed is easier to understand and explain, and it handles all cases correctly. BUG=chromium-os:15517 TEST=Run emerge test suite. Change-Id: Iae8dab24e8acb6625bc1a0ce41862e90b232eb84
* Make emerge --noreplace identical to --selective.Zac Medico2011-07-191-8/+1
| | | | | | This removes a very subtle difference in --noreplace package selection logic which is not very useful and triggers strange package selection choices in some cases, as reported in bug #375571.
* autounmask: reference EMERGE_DEFAULT_OPTS in docsZac Medico2011-06-041-1/+3
|
* autounmask-write: mention --ask in docsZac Medico2011-06-021-1/+1
|
* Document that --autounmask is enabled by default.Zac Medico2011-05-161-4/+5
|
* Implement --autounmask-writeSebastian Luther2011-05-151-0/+7
| | | | | Enabling this option together with --autounmask writes proposed changes to config files, honoring CONFIG_PROTECT.
* preserve-libs: preserve during uninstallZac Medico2011-05-141-1/+4
| | | | | | This will fix bug #286714. The emerge --depclean-lib-check option will now be ignored when FEATURES=preserve-libs is enabled, since any libraries that have consumers will simply be preserved.
* depgraph: in complete mode respect --with-bdepsZac Medico2011-05-111-1/+4
| | | | | If you want the graph as complete as possible, now you'll have to use --with-bdeps=y together with --complete-graph.
* emerge: replace --rebuild with finer grained optsDavid James2011-05-041-3/+21
| | | | | | | | | | | | | | | | | | | | | | Replace --rebuild option with --rebuild-if-* options. --rebuild-if-new-rev [ y | n ] Rebuild packages when dependencies that are used at both build-time and run-time are built, if the dependency is not already installed with the same version and revision. --rebuild-if-new-ver [ y | n ] Rebuild packages when dependencies that are used at both build-time and run-time are built, if the dependency is not already installed with the same version. Revision numbers are ignored. --rebuild-if-unbuilt [ y | n ] Rebuild packages when dependencies that are used at both build-time and run-time are built. Change-Id: Ia50c1702bfe1b98a8d1891740e7bbb045921a905 Review URL: http://gerrit.chromium.org/gerrit/280
* Add --rebuild-ignore flag.David James2011-05-031-0/+7
| | | | | | | | | A space separated list of package names or slot atoms. Emerge will not rebuild packages that depend on matching packages due to \fB\-\-rebuild\fR. Change-Id: Ia58fe632ed06c97a22413da0341d7f8da2d65ba8 Review URL: http://gerrit.chromium.org/gerrit/209
* emerge: rename --no*-atoms to --*-excludeZac Medico2011-05-021-2/+2
|
* emerge: add --rebuild and --norebuild-atoms optsDavid James2011-05-011-0/+13
| | | | | | | | | | | | | | | | | | | | | | | Rebuild when build-time/run-time deps are upgraded. If pkgA has been updated, and pkgB depends on pkgA at both build-time and run-time, pkgB needs to be rebuilt. This feature ensures that all packages are consistent when dependencies that are used at both runtime and build time are changed. This feature only rebuilds packages one layer deep. That means that if you upgrade libcros, for example, packages that depend directly on libcros will be rebuilt and reinstalled, but indirect dependencies will not be rebuilt. BUG=chromium-os:14296 TEST=Test whether packages rebuilding a bunch of packages. Change-Id: Idbc0532b4b1de28fd9e5a0abe3b7dbe1a3abd2c8 Review URL: http://codereview.chromium.org/6905107
* emerge: add --misspell-suggestions=n optionZac Medico2011-04-281-0/+9
| | | | This will fix bug #363137.
* emerge: fix indent for --binpkg-respect-use helpZac Medico2011-04-281-1/+1
|
* emerge: add --help for 3 new optionsZac Medico2011-04-271-0/+20
|
* emerge: support [ y | n ] for --askZac Medico2011-03-241-1/+3
| | | | | | This allows --ask to be enabled via EMERGE_DEFAULT_OPTS, and then temporarily disabled via the command-line. This may be useful for programs that call emerge non-interactively, as in bug #360233.
* emerge: support [ y | n ] for --quietv2.2.0_alpha27Zac Medico2011-03-141-2/+5
| | | | | | This allows --quiet and --quiet-build to be enabled via EMERGE_DEFAULT_OPTS, and then temporarily disabled via the command- line.
* emerge: mention revdep-rebuild in depclean helpZac Medico2011-02-221-5/+10
|
* Update date headers for modified files.v2.2.0_alpha24Zac Medico2011-02-151-1/+1
|
* emerge.1: cross-ref --newuse and --changed-useZac Medico2011-02-121-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 for bug 337178Sebastian Luther2010-10-211-1/+1
| | | | | | | | The bug was solved in principle, but other conflicts could lead to all tries being used up too early. The default backtrack limit is changed from 5 to 10. The maximal depth of the backtrack graph is now half of the backtrack limit.
* Add support for emerge --buildpkg=n.Zac Medico2010-10-091-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