Remove the TaskScheduler.run() method since the constructor replaces it with
[portage.git] / pym /
2008-12-21 Zac MedicoRemove the TaskScheduler.run() method since the constru...
2008-12-20 Zac MedicoAdjust the EbuildNestedDie pattern so that it only... v2.2_rc18
2008-12-20 Zac MedicoSimplify the InheritAutotools pattern by using \b to...
2008-12-20 Zac MedicoBug #251591 - Adjust the InheritAutotools pattern to...
2008-12-19 Zac MedicoBug #251616 - Inside _check_build_log(), remove unneces...
2008-12-19 Zac MedicoFix DependencyArg.__str__() to ensure that str type...
2008-12-17 Zac MedicoInside display_preserved_libs(), filter out consumers...
2008-12-15 Zac MedicoInside display_preserved_libs(), filter out any consume...
2008-12-14 Zac MedicoBug #250902 - Inside dblink._find_unused_preserved_libs...
2008-12-14 Zac MedicoBug #250902 - Inside dblink._find_libs_to_preserve...
2008-12-12 Zac MedicoUpdate comment about resume opts stored as dict startin...
2008-12-12 Zac MedicoAdd a new FEATURES=test-fail-continue value which cause...
2008-12-12 Zac MedicoFix --pretend logic in Binpkg some more.
2008-12-12 Zac MedicoFix --getbinpkg to behave as expected with --pretend...
2008-12-12 Zac MedicoFix breakage in stale metadata logic inside binarytree...
2008-12-12 Zac MedicoWhen using the old binhost protocol, comparison with...
2008-12-12 Zac MedicoFix old-style binhost code binarytree.digestCheck(...
2008-12-12 Zac MedicoFix --getbinpkgonly behavior so that binaries from...
2008-12-11 Zac MedicoDon't warn about missing repo_name for $PORTDIR when...
2008-12-11 Zac MedicoAdd --sync support for `git pull`, and also add a fails...
2008-12-11 Zac MedicoMake BinpkgFetcher synchronize the local timestamp...
2008-12-10 Zac MedicoRemove ManifestEntry.__cmp__() since it's not needed...
2008-12-10 Zac MedicoFor py3k compat, remove Atom.__cmp__() and use str...
2008-12-10 Zac MedicoMake Binpkg clean the build dir immediately after locki...
2008-12-10 Zac MedicoMake BinpkgVerifier rename files that fail verification...
2008-12-10 Zac MedicoMake the Binpkg class handle fetch logging similar...
2008-12-10 Zac MedicoVerify binary packages even when not in "strict" mode...
2008-12-10 Zac MedicoCreate a BinpkgPrefetcher composite task to handle...
2008-12-10 Zac MedicoWhen the Binpkg class has fetched a package in --fetcho...
2008-12-10 Zac Medicourlparse.urljoin() only works correctly with recognized...
2008-12-10 Zac MedicoWhen processing output from the "depend" phase, use...
2008-12-09 Zac MedicoIn digestgen(), don't call fetch for files that already...
2008-12-09 Zac MedicoSimplify the code from bug #250166.
2008-12-09 Zac MedicoBug #250166 - To avoid accidental regeneration of diges...
2008-12-09 Zac MedicoWhen in --debug mode, make the depgraph call self.digra...
2008-12-09 Zac MedicoFor py3k compat, remove Package.__cmp__() and related...
2008-12-08 Zac MedicoFix deprecated_profile_check() to account for PORTAGE_C...
2008-12-08 Zac MedicoAvoid TypeError in BlockerCache.__iter__() that's trigg...
2008-12-08 Zac MedicoBug #250212 - Add a new 'upstream.workaround' qa catego...
2008-12-07 Zac MedicoBug #249586 - Use writemsg() to send output to stderr...
2008-12-07 Zac MedicoIf pkg_nofetch needs to be spawned inside fetch() and...
2008-12-06 Zac MedicoValidate $ROOT inside the --resume merge list in order...
2008-12-05 Zac MedicoMake fixpackages use a new "#" symbol for /var/db updat... v2.2_rc17
2008-12-04 Zac MedicoMake fixpackages less noisy by only generting '*' chara...
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-27 Zac MedicoUse stat st_dev attributes instead of the older approach.
2008-11-27 Zac MedicoDon't call prepare_build_dirs() inside doebuild() when...
2008-11-26 Zac MedicoFor bug #235642, include the stat mode, uid, and gid...
2008-11-26 Zac MedicoIn movefile(), ignore the hardlink_candidates parameter...
2008-11-26 Zac MedicoBug #235642 - Create hardlinks when merging identical...
2008-11-26 Zac MedicoMake Scheduler.merge() bail out early if PORTAGE_TMPDIR...
2008-11-26 Zac MedicoAdd some more clarification to the 'ebuild phase exited...
2008-11-26 Zac MedicoBug #248782 - Handle permission error in EbuildFetchonl...
2008-11-25 Zac MedicoRemove world and system targets for emerge --help since...
2008-11-24 Zac MedicoAlso add 2 spaces after newline, for alignment.
2008-11-24 Zac MedicoAdd one newline, to wrap the "Global Updates" key to...
2008-11-24 Zac MedicoAdd support for parsing EAPI labels in contained in...
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 MedicoBug #247548 - Remove 'last' and 'lfull' commands since...
2008-11-23 Zac MedicoWhen displaying anscestors of an unstatisfied dependenc...
2008-11-22 Zac MedicoAdd new @unavailable package set which contains all...
2008-11-22 Zac MedicoAdd some hints about bash binary corruption and hardwar...
2008-11-22 Zac MedicoMake sure the dict returned from _parse_data() contains...
2008-11-22 Zac MedicoAdd missing '%' symbol (for binary package moves) to...
2008-11-22 Zac MedicoFix some cases in dep_zapdeps() where blocker atoms...
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 MedicoRemove inappropriate backslash escaping inside _db_esca...
2008-11-20 Zac MedicoInside _parse_data(), don't rely on the magic 22 line...
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-19 Zac MedicoBug #245716 - When generating QA notices for 'command...
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-18 Zac MedicoMake serialize_eclasses() sort eclass names.
2008-11-18 Zac MedicoFor emerge --metadata runs, update _eclasses_ metadata...
2008-11-17 Zac MedicoStore the _eclasses_ field instead of INHERITED.
2008-11-17 Zac MedicoBug #139134 - Make the flat_hash and metadata modules...
2008-11-17 Zac MedicoFix the 'jobserver unavailable' regex to match gmake.
2008-11-16 Zac MedicoAdd a QA Notice for 'jobserver unavailable' from make...
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 MedicoMake NewsManager.updateItems() and getUnreadItems(...
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 MedicoBug #246821 - Avoid TypeError from binarytree.isremote...
next