summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Bind all manifest access through repoconfigsBrian Harring2011-09-122-3/+7
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-111-11/+58
* Revert virtual slot update code for bug 382557.Zac Medico2011-09-111-1/+0
* depgraph: refactor virtual slot --update codeZac Medico2011-09-101-28/+26
* depgraph: use Atom.with_slot() to match virtualsZac Medico2011-09-101-1/+1
* depgraph: use _iter_match_pkgs_any where possibleZac Medico2011-09-091-6/+5
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-091-1/+7
* Update unread news items in --pretend mode.Zac Medico2011-09-041-4/+17
* Join /var/log/emerge.log with EPREFIX.Zac Medico2011-09-031-1/+10
* Handle unpickle EOFError.Zac Medico2011-09-031-1/+1
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-031-3/+7
* Show merge list before "missed update" messages.Zac Medico2011-09-011-0/+2
* Add FEATURES=clean-logs support.Zac Medico2011-08-311-2/+33
* Respect package.env buildpkg FEATURES settings.Zac Medico2011-08-303-4/+9
* Send "Recording in world" msg to stdout.Zac Medico2011-08-281-1/+2
* Fix "ResourceWarning: unclosed file" with Python 3.2.Arfrever Frehtes Taifersar Arahesis2011-08-271-1/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+1
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-262-99/+69
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+2
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-0/+13
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-253-3/+16
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-252-0/+2
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-0/+4
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-242-2/+10
* Improve the invalid profile msg (bug 379327).Mark Wagner2011-08-151-4/+4
* emerge --search: account for USE in fetch sizeZac Medico2011-08-141-7/+19
* resume_depgraph: prune all indirect unsatisfiedZac Medico2011-08-101-6/+6
* Package: remove unused profile.system mask typeZac Medico2011-08-081-1/+0
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-081-5/+0
* action_info: don't mix print with writemsg_stdoutZac Medico2011-08-041-46/+45
* Scheduler: fix parallel-fetch order with --jobs=1Zac Medico2011-08-021-0/+7
* depgraph: fix duplicate zero pkg count displayZac Medico2011-08-011-1/+1
* post_emerge: just return instead of sys.exit()Zac Medico2011-08-011-7/+1
* depgraph: handle invalid SRC_URIZac Medico2011-07-271-2/+7
* depgraph: make --exclude handle contradictionsZac Medico2011-07-251-1/+7
* LinkageMapELF: add getOwners() method and use itZac Medico2011-07-222-2/+18
* BinpkgFetcher: support selinux PORTAGE_FETCH_TZac Medico2011-07-212-2/+14
* Scheduler: fix _running_tasks for uninstallsv2.2.0_alpha46Zac Medico2011-07-191-1/+3
* EbuildBuild: pass ebuild_path to EbuildFetcherZac Medico2011-07-191-0/+1
* Make emerge --noreplace identical to --selective.Zac Medico2011-07-194-25/+6
* Scheduler: simplify _terminate_tasksZac Medico2011-07-181-19/+8
* Scheduler: allow concurrent fetch with --jobs > 1Zac Medico2011-07-171-3/+12
* Fix a typo in a doc string.Arfrever Frehtes Taifersar Arahesis2011-07-171-1/+1
* EbuildFetcher: handle FileNotFoundZac Medico2011-07-161-0/+3
* Fix a typo in a comment.Zac Medico2011-07-161-1/+1
* Binpkg: use fetch queue to cap fetch threadsZac Medico2011-07-161-1/+6
* EbuildBuild: skip the fetch queue when possibleZac Medico2011-07-162-16/+129
* Scheduler: enable prefetch for first packageZac Medico2011-07-161-4/+1
* EbuildBuild: use fetch queue to cap fetch threadsZac Medico2011-07-151-1/+5
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-122-10/+5