Use portage.subprocess_getstatusoutput() more.
[portage.git] / pym / _emerge / main.py
2011-07-12 Zac MedicoUse portage.subprocess_getstatusoutput() more.
2011-06-04 Zac Medico--ask: show group warning before pretend prompt
2011-06-04 Zac Medicoemergelog: only enable when called by emerge
2011-06-03 Zac Medico--ask: prompt for --pretend mode when necessary
2011-05-15 Arfrever Frehtes... Fix some typos.
2011-05-15 Sebastian LutherImplement --autounmask-write
2011-05-15 Zac MedicoUse vardbapi.lock() where applicable.
2011-05-07 Zac MedicoRemove redundant pruneNonExisting() call.
2011-05-04 David Jamesemerge: replace --rebuild with finer grained opts
2011-05-03 David JamesAdd --rebuild-ignore flag.
2011-05-02 Zac Medicoemerge: rename --no*-atoms to --*-exclude
2011-05-01 David Jamesemerge: add --rebuild and --norebuild-atoms opts
2011-04-28 Zac Medicodisplay_preserved_libs: load plib_registry
2011-04-28 Zac Medicoemerge: add --misspell-suggestions=n option
2011-04-27 David Jamesemerge: add 3 new options similar to --exclude
2011-03-30 Zac Medicochk_updated_info_files: handle --quiet
2011-03-24 Zac Medicoemerge: support [ y | n ] for --ask
2011-03-20 Zac Medicoemerge_main: add "args" parameter (sys.argv[1:])
2011-03-14 Zac Medicoemerge: support [ y | n ] for --quiet v2.2.0_alpha27
2011-02-22 Zac Medicoshow_depclean_suggestion: use ewarn, not einfo
2011-02-22 Zac Medicopost_emerge: suggest depclean after world update
2011-02-22 Zac Medicopost_emerge: pass in more info
2011-02-18 Zac Medicoemerge: warn to stderr if post_* hooks fail
2011-02-18 Gokdeniz Karadagemerge: support post_emerge hook like post_sync
2011-01-15 Zac MedicoWhen killed by signal, return 128 + signum.
2011-01-05 Zac Medicocomposite_db: use ebuild visibility for installed
2010-11-24 Zac Medicoemerge: accept 'y' for options that accept 'n'
2010-11-19 Zac MedicoFix emerge --sync PORTDIR creation.
2010-10-16 Zac Medicoemerge --depclean: Add more --debug output. v2.2_rc97
2010-10-11 Zac MedicoFix breakage in emerge -b option parsing.
2010-10-09 Zac MedicoAdd support for emerge --buildpkg=n.
2010-10-07 Zac MedicoFix spelling of 'wildcards' in --exclude error.
2010-09-30 Sebastian LutherMore repository handling cleanup
2010-09-27 Sebastian Lutherreposyntax: Handle missing profiles/repo_name by settin...
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-10 Sebastian Lutherglobal updates: Honor -q and don't repeat the legend
2010-09-10 Zac MedicoUse EROOT in chk_updated_cfg_files() calls.
2010-09-08 Zac MedicoAdd another _ENABLE_DYN_LINK_MAP conditional in parse_o...
2010-09-08 Zac MedicoDisable the --depclean-lib-check option when _ENABLE_DY...
2010-09-05 Fabian Groffenalways apply EPREFIX prepending to GLOBAL_CONFIG_PATH
2010-09-05 Ulrich MuellerDon't regenerate GNU Info if the dir contains a .keepin...
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-03 Zac MedicoMake emerge display a warning message if FEATURES conta...
2010-09-02 Zac MedicoBug #248603 - Add a _ENABLE_REPO_NAME_WARN constant...
2010-08-30 Zac MedicoRename the portage.sets module to portage._sets since...
2010-08-30 Zac MedicoAlways check if vardbapi._linkmap and vardbapi._plib_re...
2010-08-30 Zac MedicoRename vardbapi.linkmap to vardbapi._linkmap since I'm
2010-08-30 Zac MedicoRename vardbapi.plib_registry to vardbapi._plib_registr...
2010-08-25 Zac MedicoAdd EROOT support to setconfig_fallback().
2010-08-17 Zac MedicoTemporarily disable portage.dep deprecation warnings...
2010-08-11 Sebastian Lutherportage.dep._dep_check_strict: Unused, removed
2010-08-05 Zac MedicoUse ValueError.args since direct indexing of ValueError...
2010-08-05 Zac Medico* Add a --autounmask[=n] option and for now leave it...
2010-08-03 Zac MedicoOnly populate the binarytree for actions that need...
2010-08-01 Zac MedicoAlways use shlex_split() to split CONFIG_PROTECT{,_MASK}.
2010-07-28 Zac MedicoAdd a --package-moves[=n] option that can be used to...
2010-07-27 Michał GórnyUse a directory for the default set configuration.
2010-07-26 Zac MedicoAllow the --depclean library consumer check to be disab...
2010-07-23 Sebastian Luther--exclude: Add support for atoms with wildcards
2010-05-27 Zac MedicoMake parse_opts() bail out when not silent and an optio...
2010-05-27 Sebastian LutherAdd --rebuilt-binaries-timestamp option
2010-05-27 Sebastian LutherMake --deselect work for sets (bug 268798)
2010-05-20 Michał GórnySupport specifying exclude list as multiple arguments.
2010-05-05 Zac MedicoMake myopts["--exclude"] a plain string in order to...
2010-05-04 Zac MedicoMake --exclude use whitespace to separate atoms since...
2010-04-29 Zac MedicoBail out immediately if --exclude is given a bad atom.
2010-04-29 Sebastian LutherAdd --exclude option
2010-03-31 Sebastian LutherAllow running pkg_info on non-installed packages
2010-03-26 Zac MedicoProcess help and version actions asap. Thanks to Brian...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-28 Zac MedicoAdd a --quiet-unmerge-warn option to disable the warnin...
2010-02-27 Zac MedicoMove portage._global_updates to a submodule.
2010-02-25 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-02-20 Zac MedicoAdd missing newline to the "CONFIG_PROTECT is empty...
2010-02-18 Zac MedicoOnly enable --rebuilt-binaries automatically if --updat...
2010-02-18 Zac MedicoAdd a --rebuilt-binaries[=n] option, causing automatic...
2010-02-17 Zac MedicoAdd @rebuilt-binaries set which uses BUILD_TIME to...
2010-02-04 Zac MedicoBug #303401 - Fix emerge.log disabling code that's...
2010-01-31 Zac MedicoDeprecate pordbapi.mysettings since the portdbapi.setti...
2010-01-11 Zac MedicoBug #300388 - Fix terminal handling code to so term...
2010-01-08 Zac MedicoSkip global updates for help, version, and info actions.
2009-12-21 Zac MedicoWhen integer mtime is desired, use stat_obj[stat.ST_MTI...
2009-12-16 Arfrever Frehtes... Fix typo.
2009-12-16 Zac MedicoWarn if /proc is not mounted.
2009-11-09 Zac MedicoBug #278336 - Use adjust_config to set PORTAGE_QUIET...
2009-11-06 Zac MedicoBug #291200 - Add a --quiet-build option to redirect...
2009-10-31 Zac MedicoAdd a --backtrack=COUNT option to control how many...
2009-10-26 Zac MedicoTake the -c option and make it mean --depclean instead...
2009-10-26 Zac MedicoAdd -R as a shortcut for --depclean. Thanks to Jonathan...
2009-10-24 Zac MedicoBug #134466 - Add a --ask-enter-invalid option. When...
2009-10-23 Zac MedicoAdd a --unordered-display option for use with --tree...
2009-10-18 Zac MedicoConvert --select to boolean True when enabled, so ...
2009-10-18 Zac MedicoWarn aabout default world and system set configuration...
2009-10-18 Zac MedicoAdd a --use-ebuild-visibility option, for using unbuilt...
2009-10-18 Zac MedicoAutomatically create a fallback setconfig, so emerge...
2009-10-16 Zac MedicoBug #287869 - Add a --selective[=n] option (inverse...
2009-10-16 Zac MedicoBug #266454 - Make @world an all-inclusive set once...
2009-10-09 Zac MedicoFix error in --changed-use logic.
2009-10-09 Zac MedicoAdd --changed-use as an alias for --reinstall=changed...
2009-10-08 Zac MedicoBug #287950 - Add a --fail-clean[=n] option, for enabli...
next