For bug #183167, explicitly call elog_process() when --buildpkgonly is enabled.
[portage.git] / pym / emerge / __init__.py
2007-06-25 Zac MedicoFor bug #183167, explicitly call elog_process() when...
2007-06-25 Zac MedicoFor bug #142473, add 4 color classes corresponding...
2007-06-25 Zac MedicoFix typo.
2007-06-24 Zac MedicoUse a set to optimize containment lookups.
2007-06-24 Zac MedicoFor bug #180706, add sorting and a trailing newline...
2007-06-23 Marius Mauchhighlight world packages in --pretend output (bug ...
2007-06-23 Marius Mauchsort the world file before writing it and ensure that...
2007-06-23 Marius Mauchsyntax error
2007-06-23 Marius MauchAllow sync for unpriviledges users if they have write...
2007-06-23 Zac MedicoRevert r6967 since shutil.move() is broken internally.
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-22 Zac MedicoMake elog finalize() handling safe for PORTAGE_CONFIGROOT.
2007-06-22 Zac MedicoDump mod_echo elog output inside post_emerge(), just...
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-21 Zac MedicoDon't generate a list of keys for a containment test.
2007-06-21 Zac MedicoDon't call digraph.hasallzeros() in --resume mode becau...
2007-06-20 Zac MedicoUse the the optparse options for --ignore-default-opts...
2007-06-20 Zac MedicoShow a "world problems" warning for packages that aren...
2007-06-20 Zac MedicoMake all the classes inherit from object.
2007-06-20 Zac MedicoIf a package is in the world set but it's not installed...
2007-06-15 Zac MedicoFor bug #182021, use active voice when notifying the...
2007-06-13 Zac MedicoPass existing portdbapi and vardbapi instances into...
2007-06-13 Zac MedicoMake display_news_notification() reuse the existing...
2007-06-13 Zac MedicoPass all the of the existing package databases into...
2007-06-13 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
2007-06-13 Marius MauchGet registry object from vardbapi directly instead...
2007-06-07 Zac MedicoIgnore InvalidDependString exceptions from the RESTRICT...
2007-06-07 Zac MedicoMake all the python code respect USE conditionals in...
2007-06-07 Zac MedicoMake pkgsplit and catpkgsplit return imutable tuples...
2007-06-04 Zac MedicoImprove support for slot deps atoms given on the comman...
2007-06-01 Zac MedicoAdd --getbinpkg digest verification.
2007-05-31 Zac MedicoMake automatic "global updates" always use the config...
2007-05-31 Marius MauchOnly check ChangeLog if we're dealing with an ebuild...
2007-05-30 Zac MedicoFor bug #61732, support -flag in USE (instead of just...
2007-05-28 Zac MedicoFor bug #180009, add a PORTAGE_RSYNC_INITIAL_TIMEOUT...
2007-05-28 Zac MedicoFor bug #180079, fix a KeyError so that a search for...
2007-05-23 Zac MedicoPass a temporary file name to the package phase in...
2007-05-23 Zac MedicoUpdate /Packages as each package is built (MD5 is done...
2007-05-19 Zac MedicoAdd edges to shown_edges at the first oportunity.
2007-05-19 Zac MedicoIn --tree output, keep track of which graph edges have...
2007-05-18 Zac MedicoOnly show extra whitespace where there are some news...
2007-05-18 Marius MauchDisplay notification about unread news in all situation...
2007-05-18 Marius MauchAdd registration support for preserved library objects...
2007-05-14 Zac Medicofix syntax (merged from branches/prefix r6534)
2007-05-13 Alec Warnerthe profile check is spammy and should be squelched...
2007-05-12 Zac MedicoAdd TODO note about support for blocks within slots...
2007-05-07 Zac MedicoPrevent blockers that are only partially resolvable...
2007-05-06 Zac MedicoUse shlex for better splitting of PORTAGE_RSYNC_OPTS...
2007-05-05 Zac MedicoUse match_from_list in order to potentially avoid more...
2007-05-03 Zac MedicoFor bug #176765, when a new package is blocked by anoth...
2007-04-30 Zac MedicoHandle KeyError when the ebuild is corrupt.
2007-04-28 Zac MedicoFor bug #176384, adjust config according to options...
2007-04-28 Zac MedicoFix up missing mymergelist variable from the previous...
2007-04-28 Zac MedicoFor bug #176305, validate the resume merge list before...
2007-04-20 Zac MedicoFor bug #175344, handle a potential InvalidDependString...
2007-04-20 Zac MedicoFor bug #175344, use cp_list instead of xmatch in order...
2007-04-05 Zac MedicoDon't set os.environ["USERLAND"] inside portage.data...
2007-04-05 Zac MedicoPunt the sorted_versions() function in favor of list...
2007-03-28 Zac MedicoFor bug #172571, use socket.AF_INET as the default...
2007-03-28 Zac MedicoCorrectly pull the metadata again when the node is...
2007-03-28 Zac MedicoConvert "ebuild" and "binary" "nomerge" nodes into...
2007-03-25 Zac MedicoVerify the Manifest first even if there's only one...
2007-03-24 Zac MedicoVerify all ebuild manifests before building anything...
2007-03-24 Zac Medicoreturn from the merge task instead of calling sys.exit...
2007-03-24 Zac MedicoAllow the merge task to continue despite conflicts...
2007-03-21 Zac MedicoPass a list of USE flags into config.getMissingLicenses...
2007-03-20 Zac MedicoCatch a potential InvalidDependString exception.
2007-03-20 Zac MedicoImplement license visibility filtering for GLEP 23...
2007-03-09 Marius MauchDisplay message about --buildpkgonly restriction in...
2007-03-09 Zac MedicoUse the full atoms from the system set, since profile...
2007-03-06 Zac MedicoFor bug #169620, in --tree display always show the...
2007-03-05 Zac MedicoAvoid pointless population of the binary tree when...
2007-03-04 Zac MedicoDisplay blockers at the end of the list so that it...
2007-03-04 Zac MedicoFix the minimum index for pruning consecutive duplicate...
2007-03-04 Zac MedicoAdd a note about --with-bdeps in the --depclean failure...
2007-03-04 Zac MedicoFor bug #169187, make --depclean prune unneeded slots...
2007-03-03 Zac MedicoOnly prune duplicate consecutive nodes if they both...
2007-03-03 Zac MedicoMake sure that excess "nomerge" nodes are pruned correctly.
2007-03-03 Zac Medicos/node/selected_parent/ for clarity
2007-03-03 Zac MedicoFor bug #169046, fill in the --tree display with "nomer...
2007-03-02 Zac MedicoWhen emerge automatically resumes, add --ignore-default...
2007-03-02 Zac MedicoFor bug #168646, remove --prune-empty-dirs from PORTAGE...
2007-03-02 Zac MedicoEven if there's no timestamp available locally, fetch...
2007-03-02 Zac MedicoRemove unnecessary print statement reported by solar.
2007-03-01 Zac MedicoFix broken rsync exitcode shift.
2007-03-01 Zac MedicoFix the rest of the broken except statement syntax.
2007-03-01 Zac MedicoFix broken except statement syntax.
2007-03-01 Zac MedicoFor consistency, remove exit code 2 (protocol incompati...
2007-03-01 Ned Ludd- please be --quiet emerge. still need to hunt down...
2007-03-01 Zac MedicoMake sure pids are appropriately removed from portage...
2007-03-01 Zac MedicoUse an alarm signal to implement a timeout when rsync...
2007-03-01 Zac MedicoFor bug #168646, don't bail out immediately when rsync...
2007-02-26 Zac MedicoFor bug #167668, prune empty ${FILESDIR}s by adding...
2007-02-24 Zac MedicoAllow --verbose to trigger a merge list even without...
2007-02-23 Zac MedicoAs requested by solar, never show a merge list unless...
2007-02-23 Zac MedicoAs requested by solar, never show a merge list unless...
2007-02-23 Zac MedicoDo not show the spinner and the "Calculating dependenci...
2007-02-23 Zac Medicospawn rsync without a shell.
2007-02-22 Zac MedicoRemove quotes since rsync doesn't accept them (and...
2007-02-22 Zac MedicoFor bug #167668, use an rsync "hide" filter rule to...
next