Use EROOT instead of ROOT for keys everywhere.
[portage.git] / pym / _emerge / actions.py
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-25 Zac Medicocreate_trees: save target_root for later use
2011-10-15 Zac Medicoemerge --metadata: fix empty INHERITED handling
2011-10-15 Zac Medicoemerge --metadata: fix breakage
2011-10-14 Brian Harringcache: rewrite to support arbitrary validation method
2011-10-14 Brian Harringcache.util: drop completely dead module/code
2011-10-14 Brian Harringlayout.conf: make the pregenerated cache format control...
2011-09-19 Zac MedicoTest --prune with virtual slots.
2011-09-05 Zac MedicoUpdate unread news items in --pretend mode.
2011-08-31 Zac MedicoRespect package.env buildpkg FEATURES settings.
2011-08-26 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-04 Zac Medicoaction_info: don't mix print with writemsg_stdout
2011-07-22 Zac MedicoLinkageMapELF: add getOwners() method and use it
2011-07-19 Zac MedicoMake emerge --noreplace identical to --selective.
2011-07-12 Zac MedicoUse portage.subprocess_getstatusoutput() more.
2011-07-12 Zac Medicounmerge: reject USE conditionals in arguments
2011-07-08 Zac Medicogetportageversion: omit implicit -r0 for libc
2011-06-03 Zac MedicoUse bool(digraph) instead of empty()/is_empty().
2011-05-27 Zac Medicodepclean: warn for each unmatched argument
2011-05-20 Zac MedicoFix grammar in previous commit.
2011-05-20 Zac Medicodepclean: adjust failure message wrt --with-bdeps
2011-05-14 Zac Medicopreserve-libs: preserve during uninstall
2011-05-09 Zac Medicodisplay_news_notification: don't populate virts
2011-05-09 Zac Medicounmerge: use expand_new_virt for sys pkg warnings
2011-05-07 David JamesCleanup preserved lib locking in portage.
2011-04-29 Zac Medicoaction_info: eliminate duplicate info_pkgs match
2011-04-27 Zac Medicoexpand_new_virt: don't traverse blockers
2011-04-27 Zac Medicoexpand_new_virt: validate EAPI, IUSE and USE
2011-04-27 Zac Medicoexpand_new_virt: eliminate cpv_getkey
2011-04-26 Zac Medicoexpand_new_virt: use stack for recursion
2011-04-26 Arfrever Frehtes... Fix a typo.
2011-04-26 Zac Medicoemerge --info: support new-style virtuals
2011-03-26 Zac Medicounmerge: fix PORTAGE_BACKGROUND logic
2011-03-21 Zac Medicochk_updated_cfg_files: fix whitespace in message
2011-03-01 Zac Medicoaction_deselect: expand cat against world atoms
2011-02-25 Zac Medicoaction_sync: handle IPv6 [ip] in SYNC some more
2011-02-25 Zac Medicoaction_sync: handle IPv6 [ip] in SYNC
2011-02-22 Zac Medicochk_updated_cfg_files: don't display ._cfg0000_
2011-02-22 Zac Medicochk_updated_cfg_files: fix plurality of message
2011-02-18 Zac Medicoemerge: fix --sync cvs error message
2011-02-18 Zac Medicoemerge: warn to stderr if post_* hooks fail
2011-02-17 Zac Medicoemerge --sync: display message when cvs fails
2011-02-03 Zac Medicoaction_uninstall: allow repo with wildcard atom
2011-01-28 Zac Medicoaction_info: fix noiselevel for repo/set displays
2011-01-28 Zac Medicoaction_info: use _ENABLE_SET_CONFIG for sets
2011-01-28 Sebastian Luther--info: Show installed sets (bug 282250)
2011-01-24 Sebastian LutherWildcard support for -c/-C
2011-01-16 Zac MedicoTweak PollScheduler signal handling.
2011-01-16 Zac MedicoRemove duplicate Scheduler constructor call.
2011-01-16 Zac MedicoAdd PollScheduler.terminate() for interruption.
2011-01-05 Zac MedicoSplit out pkg_use_display() from action_info().
2010-11-24 Zac Medicoaction_sync: preserved leading / in ssh uri
2010-11-19 Michał GórnySupport syncing over ssh with ssh://host//path.
2010-11-19 Zac MedicoFix emerge --sync PORTDIR creation.
2010-11-04 Zac Medicocalc_depclean: use depgraph._pkg()
2010-11-04 Zac Medicocalc_depclean: fix broken pkg hash keys
2010-10-24 Zac MedicoFix broken spawn_bash() call.
2010-10-24 Michał GórnyCleanup CVS calls in 'sync' action.
2010-10-16 Zac Medicoemerge --depclean: Add more --debug output. v2.2_rc97
2010-10-15 Arfrever Frehtes... Fix some typos.
2010-10-14 Zac MedicoEnsure getaddrinfo fallback works when necessary. v2.2_rc96
2010-10-14 Zac MedicoBug #340899 - Validate getaddrinfo() results.
2010-10-13 Zac MedicoShow hostname when getaddrinfo fails. v2.2_rc95
2010-10-13 Zac MedicoFix reference to possibly undefined ips variable.
2010-10-13 Zac MedicoBug #340817 - Handle --sync getaddrinfo failure.
2010-10-07 Zac MedicoFix --sync maxretries calculation.
2010-10-07 Zac MedicoCalculate maxretries before len(ips) changes.
2010-10-07 Zac MedicoUse PORTAGE_TMPDIR if necessary for usersync.
2010-10-07 Zac MedicoReport len(ips) as max retry count for --sync.
2010-10-07 Zac MedicoMake --deselect more careful about repo atoms.
2010-10-07 Zac MedicoAllow repo atoms for unmerge, depclean and prune.
2010-10-06 Zac MedicoMake --info repo display brief, unless --verbose.
2010-10-05 Zac MedicoShow status when listing pkgs for emerge --regen.
2010-10-05 Zac MedicoAdd missing myrepo keyword in findname call.
2010-10-04 Zac MedicoAdd back --sync IPv4/IPv6 override support.
2010-10-04 Zac MedicoBug #339642 - Use AF_UNSPEC for --sync addresses.
2010-10-04 Zac MedicoBug #339642 - Make --sync try all addresses.
2010-10-03 Sebastian LutherInclude repo info in emerge --info
2010-10-02 Zac MedicoFix action_config() broken vardbapi.findname().
2010-10-01 Zac MedicoAllow missing category with depclean --exclude.
2010-09-28 Sebastian LutherGet --exclude to work with --depclean and --prune
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-20 Zac MedicoWith waitpid and WNOHANG, only check the first element... v2.2_rc85
2010-09-18 Zac MedicoAdd digraph --debug output in calc_depclean() for the...
2010-09-17 Zac MedicoMove traversal of world_sets from calc_depclean() to
2010-09-16 Zac MedicoAdd missing noiselevel parameter to writemsg_stdout...
2010-09-16 Zac MedicoMake UseFlagDisplay __str__ and __unicode__ methods...
2010-09-10 Sebastian Lutherglobal updates: Honor -q and don't repeat the legend
2010-09-10 Zac MedicoBug #267103 - In action_build(), check for config file...
2010-09-10 Zac MedicoUse EROOT in chk_updated_cfg_files() calls.
2010-09-09 Zac MedicoMake action_info() validate PORTAGE_TMPDIR since it...
2010-09-09 Zac MedicoBug #336503 - Use PORTAGE_TMPDIR for the emerge --sync...
2010-09-08 Zac MedicoFix broken dep_check() call in calc_depclean() to use
2010-09-06 Zac MedicoMove the Scheduler mergelist constructor parameter...
2010-09-05 Fabian Groffenalways apply EPREFIX prepending to GLOBAL_CONFIG_PATH
2010-09-05 Zac MedicoRemove redundant initial os.sep argument to os.path...
2010-09-04 Fabian Groffenuse EROOT with NEWS_LIB_PATH
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
2010-09-04 Zac MedicoFix breakage from previous commit.
2010-09-04 Zac MedicoMove AlarmSignal.unregister() call to a better place...
next