summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
Commit message (Collapse)AuthorAgeFilesLines
* action_info: eliminate duplicate info_pkgs matchZac Medico2011-04-291-10/+21
| | | | | | | | | | Currently, sys-kernel/linux-headers is matched by both a plain sys-kernel/linux-headers atom and by the virtual/os-headers new-style virtual. For backward compatibility, we're going to have duplicates like this for at least a few months (see bug #364673, comment #5). Therefore, automatically eliminate duplicates in the display. Entries that include virtual provider info are preferred over those that do not.
* expand_new_virt: don't traverse blockersZac Medico2011-04-271-0/+6
|
* expand_new_virt: validate EAPI, IUSE and USEZac Medico2011-04-271-4/+25
|
* expand_new_virt: eliminate cpv_getkeyZac Medico2011-04-271-2/+1
|
* expand_new_virt: use stack for recursionZac Medico2011-04-261-24/+25
|
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-04-261-1/+1
|
* emerge --info: support new-style virtualsZac Medico2011-04-261-23/+62
| | | | This will fix bug #364673.
* unmerge: fix PORTAGE_BACKGROUND logicZac Medico2011-03-261-0/+7
|
* chk_updated_cfg_files: fix whitespace in messageZac Medico2011-03-201-1/+2
| | | | Thanks to Dennis Schridde in bug #359681.
* action_deselect: expand cat against world atomsZac Medico2011-03-011-12/+24
|
* action_sync: handle IPv6 [ip] in SYNC some moreZac Medico2011-02-241-4/+14
| | | | This will fix bug #356375 some more.
* action_sync: handle IPv6 [ip] in SYNCZac Medico2011-02-241-1/+2
| | | | This will fix bug #356375.
* chk_updated_cfg_files: don't display ._cfg0000_Zac Medico2011-02-211-1/+4
|
* chk_updated_cfg_files: fix plurality of messageZac Medico2011-02-211-2/+8
| | | | This will fix bug #355803.
* emerge: fix --sync cvs error messageZac Medico2011-02-181-2/+2
|
* emerge: warn to stderr if post_* hooks failZac Medico2011-02-181-1/+3
|
* emerge --sync: display message when cvs failsZac Medico2011-02-171-0/+2
|
* action_uninstall: allow repo with wildcard atomZac Medico2011-02-031-1/+1
|
* action_info: fix noiselevel for repo/set displaysZac Medico2011-01-281-4/+4
|
* action_info: use _ENABLE_SET_CONFIG for setsZac Medico2011-01-281-6/+8
|
* --info: Show installed sets (bug 282250)Sebastian Luther2011-01-281-1/+10
|
* Wildcard support for -c/-CSebastian Luther2011-01-241-1/+24
|
* Tweak PollScheduler signal handling.Zac Medico2011-01-151-30/+8
|
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-151-3/+0
|
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-151-11/+56
| | | | | This allows PollScheduler instances to do basic cleanup and terminate gracefully when SIGINT or SIGTERM signals are received.
* Split out pkg_use_display() from action_info().Zac Medico2011-01-041-56/+4
|
* action_sync: preserved leading / in ssh uriZac Medico2010-11-241-1/+1
|
* Support syncing over ssh with ssh://host//path.Michał Górny2010-11-191-3/+6
|
* Fix emerge --sync PORTDIR creation.Zac Medico2010-11-191-1/+7
|
* calc_depclean: use depgraph._pkg()Zac Medico2010-11-041-9/+9
|
* calc_depclean: fix broken pkg hash keysZac Medico2010-11-041-3/+4
| | | | | This should fix bug 344179. These hash keys were broken by reposyntax changes.
* Fix broken spawn_bash() call.Zac Medico2010-10-241-2/+3
|
* Cleanup CVS calls in 'sync' action.Michał Górny2010-10-241-2/+4
| | | | | Use 'exec' to avoid unnecessary redundant processes. Update the checkout code to use spawn_bash() like update does.
* emerge --depclean: Add more --debug output.v2.2_rc97Zac Medico2010-10-151-0/+22
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-151-1/+1
|
* Ensure getaddrinfo fallback works when necessary.v2.2_rc96Zac Medico2010-10-131-5/+6
|
* Bug #340899 - Validate getaddrinfo() results.Zac Medico2010-10-131-8/+21
|
* Show hostname when getaddrinfo fails.v2.2_rc95Zac 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
| | | | | Bug #340046 - Don't require PORTAGE_TMPDIR access for --sync unless it's really necessary.
* Report len(ips) as max retry count for --sync.Zac Medico2010-10-071-2/+7
|
* Make --deselect more careful about repo atoms.Zac Medico2010-10-061-1/+2
|
* Allow repo atoms for unmerge, depclean and prune.Zac Medico2010-10-061-2/+2
|
* Make --info repo display brief, unless --verbose.Zac Medico2010-10-051-3/+7
|
* Show status when listing pkgs for emerge --regen.Zac Medico2010-10-051-1/+0
|
* Add missing myrepo keyword in findname call.Zac Medico2010-10-041-1/+1
|
* Add back --sync IPv4/IPv6 override support.Zac Medico2010-10-041-1/+8
|