summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Bug #339642 - Use AF_UNSPEC for --sync addresses.Zac Medico2010-10-041-35/+40
|
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-041-3/+2
|
* Include repo info in emerge --infoSebastian Luther2010-10-031-0/+5
|
* Fix action_config() broken vardbapi.findname().Zac Medico2010-10-021-1/+1
|
* Allow missing category with depclean --exclude.Zac Medico2010-09-301-2/+2
|
* Get --exclude to work with --depclean and --pruneSebastian Luther2010-09-281-1/+19
| | | | Thanks to forum member 'krinn' for the suggestion
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-2/+2
|
* With waitpid and WNOHANG, only check the first element of the tuplev2.2_rc85Zac Medico2010-09-191-1/+4
| | | | since the second element may vary (bug #337465, comment #12).
* Add digraph --debug output in calc_depclean() for the case whenZac Medico2010-09-181-0/+6
| | | | it bails out due to unresolved dependencies.
* Move traversal of world_sets from calc_depclean() toZac Medico2010-09-161-24/+22
| | | | | | | | depgraph._complete_graph(). With this patch, nested set traversal is only used for removal operations like --depclean and --prune. A later patch will introduce similar traversal for all operations, in order to solve bug #337540.
* Add missing noiselevel parameter to writemsg_stdout() call from previousZac Medico2010-09-161-1/+1
| | | | commit.
* Make UseFlagDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-2/+6
| | | | DependencyArg, and add tests.
* 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
| | | | /etc/portage and warn if necessary.
* 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.
* Bug #336503 - Use PORTAGE_TMPDIR for the emerge --sync server timestampZac Medico2010-09-081-2/+7
| | | | | tempfile, since with FEATURES=usersync, the default directory used by the tempfile module may not be readbable by the usersync user.
* Fix broken dep_check() call in calc_depclean() to useZac Medico2010-09-081-7/+6
| | | | depgraph._select_atoms() instead.
* Move the Scheduler mergelist constructor parameter to the graph_configZac Medico2010-09-061-9/+7
| | | | object.
* 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
| | | | involving EROOT.
* 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
|