summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable PORTAGE_GRPNAME/USERNAME in make.conf.Zac Medico2011-12-081-0/+1
* action_sync: fix git_sync_timestamps KeyErrorZac Medico2011-12-061-8/+15
* action_depclean: fix return codeZac Medico2011-12-021-4/+9
* emerge --quiet-build: don't set PORTAGE_QUIETZac Medico2011-11-161-1/+1
* Allow repository dependencies in command line arguments for --config and --in...Arfrever Frehtes Taifersar Arahesis2011-11-071-1/+1
* git_sync_timestamps: validation_chf == mtimeZac Medico2011-10-291-2/+1
* Use dbapi._known_keys more.Zac Medico2011-10-291-2/+1
* action_metadata: clean up src entry validationZac Medico2011-10-291-34/+10
* EbuildMetadataPhase: use /dev/null for stdinZac Medico2011-10-291-6/+0
* actions.py: remove unused variablesZac Medico2011-10-291-9/+1
* action_metadata: use auxdbkeys to compare entriesZac Medico2011-10-291-7/+1
* emerge --metadata: support md5-dictZac Medico2011-10-291-4/+32
* git_sync_timestamps: fix breakageZac Medico2011-10-281-9/+18
* Use EROOT to validate path arguments.Zac Medico2011-10-281-1/+1
* Add public news functions for bug #388233.Zac Medico2011-10-261-67/+11
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-51/+54
* create_trees: save target_root for later useZac Medico2011-10-251-7/+1
* emerge --metadata: fix empty INHERITED handlingZac Medico2011-10-141-3/+3
* emerge --metadata: fix breakageZac Medico2011-10-141-0/+4
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-4/+6
* cache.util: drop completely dead module/codeBrian Harring2011-10-141-21/+5
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-8/+0
* Test --prune with virtual slots.Zac Medico2011-09-181-1/+2
* Update unread news items in --pretend mode.Zac Medico2011-09-041-4/+17
* Respect package.env buildpkg FEATURES settings.Zac Medico2011-08-301-0/+3
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+2
* action_info: don't mix print with writemsg_stdoutZac Medico2011-08-041-46/+45
* LinkageMapELF: add getOwners() method and use itZac Medico2011-07-221-1/+9
* Make emerge --noreplace identical to --selective.Zac Medico2011-07-191-4/+4
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-5/+2
* unmerge: reject USE conditionals in argumentsZac Medico2011-07-121-2/+12
* getportageversion: omit implicit -r0 for libcZac Medico2011-07-081-1/+4
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-021-1/+1
* depclean: warn for each unmatched argumentZac Medico2011-05-271-1/+4
* Fix grammar in previous commit.Zac Medico2011-05-201-1/+1
* depclean: adjust failure message wrt --with-bdepsZac Medico2011-05-201-9/+21
* preserve-libs: preserve during uninstallZac Medico2011-05-141-1/+2
* display_news_notification: don't populate virtsZac Medico2011-05-081-4/+0
* unmerge: use expand_new_virt for sys pkg warningsZac Medico2011-05-081-62/+2
* Cleanup preserved lib locking in portage.David James2011-05-061-7/+0
* action_info: eliminate duplicate info_pkgs matchZac Medico2011-04-291-10/+21
* expand_new_virt: don't traverse blockersZac Medico2011-04-271-0/+6