Validate $ROOT inside the --resume merge list in order to avoid a pottential
[portage.git] / pym / _emerge / __init__.py
2008-12-06 Zac MedicoValidate $ROOT inside the --resume merge list in order...
2008-12-04 Zac MedicoBug #249805 - Add some more PreservedLibsRegistry.prune...
2008-12-04 Zac MedicoMake sure depgraph._slot_conflict_explanation() doesn...
2008-12-04 Zac MedicoBug #249185 - For common cases in which USE deps trigge...
2008-12-03 Zac MedicoBreak references between the depgraph and the dropped...
2008-12-03 Zac MedicoWhen --keep-going drops packages due to unsatisfied...
2008-12-02 Zac MedicoFix depgraph._dep_check_composite_db._visible() to...
2008-12-01 Zac MedicoBug #249185 - For more useful output in cases when...
2008-11-30 Zac MedicoChange depgraph._slot_collision_info() from a set to...
2008-11-29 Zac MedicoAdd a sanity check inside depgraph._add_pkg() to ensure...
2008-11-26 Zac MedicoMake Scheduler.merge() bail out early if PORTAGE_TMPDIR...
2008-11-26 Zac MedicoBug #248782 - Handle permission error in EbuildFetchonl...
2008-11-24 Zac MedicoInside profile_check(), call validate_ebuild_environmen...
2008-11-24 Zac MedicoMake emerge detect an invalid profile an bail out for...
2008-11-23 Zac MedicoFix the code from bug #245358 so that it's guaranteed...
2008-11-23 Zac MedicoWhen displaying anscestors of an unstatisfied dependenc...
2008-11-21 Zac MedicoBug #247776 - Show a warning message if CONFIG_PROTECT...
2008-11-21 Zac MedicoBug #248059 - Make --depclean more tolerant of invalid...
2008-11-21 Zac MedicoBug #248059 - In action_depclean(), ignore invalid...
2008-11-21 Zac MedicoIn EbuildProcess._start(), don't open the log file...
2008-11-21 Zac MedicoIn JobStatusDisplay, always flush the output stream...
2008-11-21 Zac MedicoWhen given an ambiguous ebuild name to install, format...
2008-11-20 Zac MedicoBug #247370 - Use a private PORTAGE_TMPDIR for --fetcho...
2008-11-19 Zac MedicoRemove --fetchonly --resume time.sleep() call which...
2008-11-18 Zac MedicoMove the repo_name check/warning into a function.
2008-11-18 Zac MedicoWhen warning about 'missing repo_name', also give the...
2008-11-16 Zac MedicoWhen a "slot conflict" occurs due to USE dependencies...
2008-11-15 Zac MedicoFix logic inside PollScheduler._can_add_job() so that...
2008-11-15 Zac MedicoInside depgraph._add_pkg(), handle the case where multi...
2008-11-15 Zac MedicoCheck the return value from depgraph._add_pkg() when...
2008-11-15 Zac MedicoMake depgraph.display_problems() send unsatisfied depen...
2008-11-15 Zac MedicoBug #246853 - Redirect all ouput from depgraph.display_...
2008-11-15 Zac MedicoBug #236207 - Replace some hardcoded colors with color...
2008-11-15 Zac MedicoBug #173284 - Update config update counting code in...
2008-11-11 Zac MedicoMake post_emerge() exit early if it detects that the... v2.2_rc14
2008-11-11 Zac MedicoAllow --keep-going to continue in some cases when a...
2008-11-11 Zac MedicoSimplify code for cloning config instances inside Sched...
2008-11-11 Zac MedicoFix logic from previous commit in Scheduler._choose_pkg...
2008-11-11 Zac MedicoWhen in --nodeps mode, make Scheduler._set_digraph...
2008-11-11 Zac MedicoInside depgraph.loadResumeCommand(), initialize self...
2008-11-10 Zac MedicoFix --jobs parallel scheduling to ensure that temporary...
2008-11-10 Zac MedicoRevert r11839 since it's not necessarily desired to...
2008-11-09 Zac MedicoRemove unused formatter code in show_invalid_depstring_...
2008-11-09 Zac MedicoMake show_invalid_depstring_notice() send output to...
2008-11-09 Zac MedicoInside Scheduler._reverse_uninstall_edges(), iover...
2008-11-09 Zac MedicoMove initialization of Scheduler._background from the...
2008-11-09 Zac MedicoAdd PROPERTIES=interactive support in depgraph.display...
2008-11-08 Zac MedicoFix $ROOT handlink inside display_preserved_libs().
2008-11-08 Zac MedicoHandle CommandNotFound exceptions if the scanelf binary...
2008-11-06 Zac MedicoRemove the special package.keywords mask warning from...
2008-11-06 Zac MedicoBug #245661 - Never enable --complete-graph automatical...
2008-11-04 Zac MedicoSynchronize portage update/restart logic in dblink...
2008-11-04 Zac MedicoFree some memory by clearing the LinkageMap cache when...
2008-11-03 Zac MedicoBug #245358 - For unsatisfied dependencies, display...
2008-11-02 Zac MedicoRemove duplicate code inside EbuildFetchPretend._execute().
2008-11-02 Zac MedicoRemove locking from EbuildFetchPretend since it uses...
2008-11-02 Zac MedicoBug #245231 - Make EbuildFetchPretend use a private...
2008-11-01 Zac MedicoIn Scheduler._calc_resume_list(), use self.pkgsettings...
2008-11-01 Zac MedicoRemove unused imports.
2008-10-30 Zac MedicoUse portage.const.PORTAGE_PACKAGE_ATOM where appropriate.
2008-10-30 Zac MedicoBug #244975 - Don't allow the user to make portage...
2008-10-30 Zac MedicoAvoid unnecessary aux_get calls inside Scheduler._pkg...
2008-10-29 Zac MedicoMake config.setcpv() store the ebuild metadata inside...
2008-10-28 Zac MedicoMake SetConfig.getSetAtoms() raise a PackageSetNotFound...
2008-10-23 Zac MedicoAdd "bzr" to the lists of live eclasses.
2008-10-21 Zac MedicoBug #233296 - Add minimal PROPERTIES=interactive suppor...
2008-10-21 Zac MedicoBug #186842 - Suppress file merge display, as previousl...
2008-10-20 Zac MedicoHandle the case that was intended to be fixed by r11702...
2008-10-20 Zac MedicoRevert previous 2 commits since they broke "selective...
2008-10-20 Zac MedicoSimplify logic from the previous commit.
2008-10-19 Zac MedicoRemove the "found_available_arg" variable from depgraph...
2008-10-14 Zac MedicoBug #241366 - Only suggest to run `emaint --check world...
2008-10-14 Zac MedicoWhen emerge --keep-going bails due to missing dependenc...
2008-10-12 Zac MedicoBug #234301 - When fetch fails, include the path of...
2008-10-12 Zac MedicoBug #241118 - Re-enable pkg_nofetch for emerge --preten...
2008-10-12 Zac MedicoNow that only prefetch (parallel-fetch) output goes...
2008-10-12 Zac MedicoRemove the prefetch logic in EbuildFetcher._pipe()...
2008-10-12 Zac MedicoBuge #241100 - Make EbuildFetcher use a pty when approp...
2008-10-12 Zac MedicoMake the Scheduler class treat failed fetches the same...
2008-10-11 Zac MedicoIn EbuildFetcher._start(), in order to ensure that...
2008-10-10 Zac MedicoMigrate code from plain ValueError to AmbiguousPackageN...
2008-10-10 Zac MedicoBug #241132 - Handle AmbiguousPackageName exceptions...
2008-10-09 Zac MedicoRemove redundant os.close(master_fd) call inside SpawnP...
2008-10-09 Zac MedicoIn EbuildFetcher._set_returncode(), don't clean up...
2008-10-08 Zac MedicoDon't show the repo display when the merge list is...
2008-10-08 Zac MedicoIn EbuildBuild._fetch_exit(), clean up the fetch log...
2008-10-08 Zac MedicoSince EbuildBuild no longer directs it's EbuildFetcher...
2008-10-08 Zac MedicoBefore returning config instances from Scheduler._alloc...
2008-10-07 Zac MedicoGenerate elog messages for failed fetches. This restore...
2008-10-07 Zac MedicoWhen EbuildBuild encounters a failed fetch, propagee...
2008-10-07 Zac MedicoMake EbuildFetcher clean up the build dir after failure...
2008-10-07 Zac MedicoMake EbuildFetcher direct fetch output to the normal...
2008-10-07 Zac MedicoFix EbuildFetcher._wait_hook() so it can be called...
2008-10-07 Zac MedicoBug #234301 - Add support to EbuildFetcher to collect...
2008-10-06 Zac MedicoIn order to avoid "waiting for lock" messages
2008-10-06 Zac MedicoFix KeyError raised from display_preserved_libs() when...
2008-10-05 Zac MedicoBug #240022 - Avoid duplicate output for the same libra...
2008-10-05 Zac MedicoAvoid raising a KeyError from display_preserved_libs...
2008-10-05 Zac MedicoA cpv can be returned from dbapi.match() as an old...
2008-10-04 Zac MedicoHandle AttributeError in case os.getloadavg does not...
next