summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-9/+14
* emerge --info: show free ram/swap, bug #451048Zac Medico2013-01-161-0/+13
* emerge --depclean: show atoms in verbose outputZac Medico2013-01-021-11/+17
* resume_depgraph: check for alternative installedZac Medico2013-01-021-2/+8
* emerge --depclean: clarify unsatisfied atomsZac Medico2012-12-311-1/+6
* Use run_main_scheduler where possible.Zac Medico2012-12-281-28/+4
* depclean warning: count nested sets, bug #298298Zac Medico2012-12-171-3/+11
* depclean summary: count nested sets, bug #298298Zac Medico2012-12-171-4/+10
* emerge --info: handle bug #446358 morev2.2.0_alpha146Zac Medico2012-12-091-6/+9
* emerge --info: don't error for existing packagesZac Medico2012-12-071-5/+5
* emerge --sync: search PATH for rsync binaryZac Medico2012-12-031-2/+3
* Add --oneshot to the portage update suggestion.Michał Górny2012-11-301-1/+1
* Rename Package.metadata to _metadata.Zac Medico2012-11-261-4/+4
* emerge --info: search similar names, bug #444596Zac Medico2012-11-241-2/+33
* emerge --info: report unmatched atom, bug #444596Zac Medico2012-11-241-34/+47
* emerge --info: show linker version, bug #436294v2.2.0_alpha142Zac Medico2012-10-261-0/+18
* actions.py: use _pkg_str for EAPI 5 sub-slotZac Medico2012-10-171-12/+4
* emerge: optimize --moo, remove deprecated mooZac Medico2012-10-161-26/+2
* run_action: gc locals of calling funcZac Medico2012-10-161-1/+8
* emerge_main: split out run_actionZac Medico2012-10-161-39/+738
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-141-0/+1
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-071-6/+8
* action_uninstall: use PollScheduler not SchedulerZac Medico2012-10-071-14/+15
* MetadataRegen: inherit AsyncSchedulerZac Medico2012-10-061-2/+4
* Use constants for hardcoded *DEPEND lists.Zac Medico2012-09-251-2/+1
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-1/+2
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-2/+3
* Add _DEPCLEAN_LIB_CHECK_DEFAULT constant.Zac Medico2012-09-211-2/+2
* Fix extended atom match for =* operator.Zac Medico2012-07-181-7/+21
* Enable /etc/portage/sets for stable, bug #384061.Zac Medico2012-06-221-9/+21
* getportageversion: handle repo: in parent fileZac Medico2012-06-221-0/+15
* action_build: always display_problemsZac Medico2012-06-211-0/+10
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-8/+0
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-6/+2
* Scheduler: optimize action_uninstallZac Medico2012-04-051-1/+1
* Localize config update messages, bug #409835.Greg Turner2012-03-271-7/+9
* unmerge: fix return code for bug #409647Zac Medico2012-03-251-7/+3
* Exit status 128 + SIGINT for --ask 'no' answer.Zac Medico2012-03-251-5/+5
* emerge --sync: use yellow for portage update msgZac Medico2012-03-251-4/+5
* Map emerge --buildpkg=n to FEATURES=-buildpkg.Zac Medico2012-03-211-1/+4
* Use Popen to avoid unnecessary shell.Zac Medico2012-03-081-8/+45
* action_build: return 1 for "no" --ask answerZac Medico2012-02-291-1/+1
* Add --human-readable to rsync opts for bug 269410Zac Medico2012-01-121-0/+1
* Fix some warnings found by pylint.Arfrever Frehtes Taifersar Arahesis2011-12-181-11/+8
* load_emerge_config: change order of code backZac Medico2011-12-101-7/+6
* config: init data/output modules in constructorZac Medico2011-12-101-4/+0
* actions.py: fix grammar in commentZac Medico2011-12-101-1/+1
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
* Delete portage.dbapi.porttree._repo_info class and _repo_info attribute ofArfrever Frehtes Taifersar Arahesis2011-12-091-1/+1
* load_emerge_config: init portage.data earlierZac Medico2011-12-081-7/+10