summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure getaddrinfo fallback works when necessary.v2.1.9.18Zac Medico2010-10-131-5/+6
* Bug #340899 - Validate getaddrinfo() results.Zac Medico2010-10-131-8/+21
* Show hostname when getaddrinfo fails.v2.1.9.17Zac Medico2010-10-131-1/+1
* Fix reference to possibly undefined ips variable.Zac Medico2010-10-131-1/+1
* Bug #340817 - Handle --sync getaddrinfo failure.Zac Medico2010-10-131-23/+30
* Fix --sync maxretries calculation.Zac Medico2010-10-071-1/+1
* Calculate maxretries before len(ips) changes.Zac Medico2010-10-071-3/+4
* Use PORTAGE_TMPDIR if necessary for usersync.Zac Medico2010-10-071-7/+13
* Report len(ips) as max retry count for --sync.Zac Medico2010-10-071-2/+7
* Show status when listing pkgs for emerge --regen.Zac Medico2010-10-061-1/+0
* Add back --sync IPv4/IPv6 override support.Zac Medico2010-10-061-1/+8
* Bug #339642 - Use AF_UNSPEC for --sync addresses.Zac Medico2010-10-061-35/+40
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-061-3/+2
* Allow missing category with depclean --exclude.Zac Medico2010-09-301-2/+2
* Get --exclude to work with --depclean and --pruneSebastian Luther2010-09-301-1/+19
* With waitpid and WNOHANG, only check the first element of the tuplev2.2_rc85Zac Medico2010-09-191-1/+4
* Add digraph --debug output in calc_depclean() for the case whenZac Medico2010-09-181-0/+6
* Move traversal of world_sets from calc_depclean() toZac Medico2010-09-161-24/+22
* Add missing noiselevel parameter to writemsg_stdout() call from previousZac Medico2010-09-161-1/+1
* Make UseFlagDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-2/+6
* global updates: Honor -q and don't repeat the legendSebastian Luther2010-09-101-1/+1
* Bug #267103 - In action_build(), check for config file updates inZac Medico2010-09-091-0/+4
* Use EROOT in chk_updated_cfg_files() calls.Zac Medico2010-09-091-2/+3
* Make action_info() validate PORTAGE_TMPDIR since it uses it to solveZac Medico2010-09-081-0/+7
* Bug #336503 - Use PORTAGE_TMPDIR for the emerge --sync server timestampZac Medico2010-09-081-2/+7
* Fix broken dep_check() call in calc_depclean() to useZac Medico2010-09-081-7/+6
* Move the Scheduler mergelist constructor parameter to the graph_configZac Medico2010-09-061-9/+7
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-051-2/+6
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-051-1/+1
* use EROOT with NEWS_LIB_PATHFabian Groffen2010-09-041-1/+1
* use EROOT with CACHE_PATHFabian Groffen2010-09-041-1/+1
* Fix breakage from previous commit.Zac Medico2010-09-031-6/+6
* Move AlarmSignal.unregister() call to a better place in action_sync().Zac Medico2010-09-031-2/+3
* Use AlarmSignal for alarm timeout in action_sync().Zac Medico2010-09-031-8/+5
* Show PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND in emerge --info,Zac Medico2010-08-301-1/+11
* When _ENABLE_DYN_LINK_MAP is False, show additional --depclean helpZac Medico2010-08-301-0/+6
* Remove duplicate real_vardb definition from merge in action_depclean().Zac Medico2010-08-301-1/+0
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageZac Medico2010-08-301-1/+2
|\
| * Fix "UnboundLocalError: local variable 'real_vardb' referenced before assignm...Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
| * Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-08-301-1/+1
* | Fix broken reference to real_vardb in calc_depclean() from 2 commits ago.Zac Medico2010-08-301-1/+1
|/
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Always check if vardbapi._linkmap and vardbapi._plib_registry areZac Medico2010-08-291-2/+10
* Rename vardbapi.linkmap to vardbapi._linkmap since I'mZac Medico2010-08-291-1/+1
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-1/+1
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* config: Add VirtualsManagerSebastian Luther2010-08-271-4/+3
* Bug #334319 - Don't call config.backup_changes("FEATURES") because it'sZac Medico2010-08-241-2/+0
* Remove deprecated destroot argument from dblink.isowner() call.Zac Medico2010-08-221-1/+1
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-4/+0