portage.git
2008-12-27 Zac MedicoBug #252562 - Show --onlydeps in short --help output... v2.1.6.4
2008-12-27 Zac MedicoBail out earlier if the file name argument doesn't...
2008-12-27 Zac MedicoFix loop logic some more for bug #252572. (trunk r12349)
2008-12-27 Zac Medico (trunk r12345)
2008-12-25 Zac MedicoFix typo. (trunk r12341) v2.1.6.3
2008-12-25 Zac MedicoRefactor EbuildMetadataPhase._output_handler() and...
2008-12-25 Zac MedicoUse long() instead of float() when parsing Package...
2008-12-25 Zac MedicoMake vardbapi._aux_get() return _mtime_ as a long ...
2008-12-25 Zac MedicoInside portdbapi._metadata_callback(), preserve _eclass...
2008-12-25 Zac MedicoHandle potential KeyErrors that may be raised from...
2008-12-25 Zac MedicoDon't add any more that one "-" symbol to the front...
2008-12-25 Zac MedicoInside mirror_cache(), handle unsupported EAPI like...
2008-12-25 Zac MedicoAdd support for synchronizing ebuild and eclass timesta...
2008-12-25 Zac MedicoMake BinpkgFetcher use longs instead of floats when...
2008-12-25 Zac MedicoBug #252374 - Warn if FEATURES=fakeroot is enabled...
2008-12-25 Zac MedicoBug #251976 - Add a QA_PRESTRIPPED variable for ebuilds...
2008-12-25 Zac MedicoBug #252304 - Restore the -V/--version option. (trunk...
2008-12-25 Zac MedicoAdd SIGUSR1 signal handlers that call pdb.set_trace...
2008-12-25 Zac MedicoMake more code conditional on POLLIN events, where...
2008-12-25 Zac MedicoMove initial signal handlers to the launcher script...
2008-12-25 Zac MedicoRename the PollTask class to AbstractPollTask. (trunk...
2008-12-25 Zac MedicoAdd handling for POLLERR, POLLNVAL, and POLLHUP. Hopefu...
2008-12-25 Zac MedicoRegister for poll events before forking, in order to...
2008-12-25 Zac MedicoFix PATH comparison in binarytree.inject() some more...
2008-12-25 Zac MedicoFix broken PATH comparisons when eliminating duplicate...
2008-12-25 Zac MedicoWhen removing entries with duplicate paths inside binar...
2008-12-25 Zac MedicoFix typo. (trunk r12281)
2008-12-25 Zac MedicoBug #252243 - Fix binarytree.prevent_collision() so...
2008-12-25 Zac MedicoSimplify the code from bug #218854. Also, ensure that...
2008-12-25 Zac MedicoBug #252167 - If the ebuild no longer exists or it...
2008-12-25 Zac MedicoRemove code from unused config.load_infodir() method...
2008-12-25 Zac MedicoAdd support for the new DEFINED_PHASES metadata key...
2008-12-25 Zac MedicoFix --clean <atom> so that it considers all packages...
2008-12-25 Zac MedicoUpdate --depclean 'unsatisfied deps' message to recomme...
2008-12-25 Zac MedicoRemove the TaskScheduler.run() method since the constru...
2008-12-20 Zac MedicoAdjust the EbuildNestedDie pattern so that it only... v2.1.6.2
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-20 Zac MedicoBug #251616 - Inside _check_build_log(), remove unneces...
2008-12-20 Zac MedicoFix DependencyArg.__str__() to ensure that str type...
2008-12-12 Zac MedicoDetect problems with arguments and return non-zero... v2.1.6.1
2008-12-12 Zac MedicoRemove note about the repo_name warning since it's...
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. (trunk r12213)
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 MedicoFix incorrect usage of trap (only remove on signal...
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-12 Zac MedicoDon't warn about missing repo_name for $PORTDIR when...
2008-12-12 Zac MedicoAdd --sync support for `git pull`, and also add a fails...
2008-12-12 Zac MedicoFix exit code to return non-zero when an error occurs...
2008-12-12 Zac MedicoMake BinpkgFetcher synchronize the local timestamp...
2008-12-12 Zac MedicoRemove ManifestEntry.__cmp__() since it's not needed...
2008-12-12 Zac MedicoFor py3k compat, remove Atom.__cmp__() and use str...
2008-12-12 Zac MedicoMake Binpkg clean the build dir immediately after locki...
2008-12-12 Zac MedicoMake BinpkgVerifier rename files that fail verification...
2008-12-12 Zac MedicoMake the Binpkg class handle fetch logging similar...
2008-12-12 Zac MedicoVerify binary packages even when not in "strict" mode...
2008-12-12 Zac MedicoCreate a BinpkgPrefetcher composite task to handle...
2008-12-12 Zac MedicoWhen the Binpkg class has fetched a package in --fetcho...
2008-12-12 Zac Medicourlparse.urljoin() only works correctly with recognized...
2008-12-12 Zac MedicoWhen processing output from the "depend" phase, use...
2008-12-12 Zac MedicoWhen attempting to close fd 9 at the end of the depend...
2008-12-12 Zac MedicoBug #250148 - Prevent ebuild.sh subprocess from inherit...
2008-12-12 Zac MedicoBug #250166 - To avoid accidental regeneration of diges...
2008-12-12 Zac MedicoWhen in --debug mode, make the depgraph call self.digra...
2008-12-12 Zac MedicoFor py3k compat, avoid using list.sort(cmp). (trunk...
2008-12-12 Zac MedicoFor py3k compat, remove Package.__cmp__() and related...
2008-12-12 Zac MedicoFix deprecated_profile_check() to account for PORTAGE_C...
2008-12-12 Zac MedicoAvoid TypeError in BlockerCache.__iter__() that's trigg...
2008-12-12 Zac MedicoBug #250212 - Add a new 'upstream.workaround' qa catego...
2008-12-11 Zac MedicoRemove the part about 'link level dependency awareness...
2008-12-07 Zac MedicoBug #249586 - Use writemsg() to send output to stderr... v2.1.6
2008-12-07 Zac MedicoIf pkg_nofetch needs to be spawned inside fetch() and...
2008-12-06 Zac MedicoAllow 'system' and 'world' arguments simultaneously...
2008-12-06 Zac MedicoAdd docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that...
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.1.6_rc3
2008-12-04 Zac MedicoMake fixpackages less noisy by only generting '*' chara...
2008-12-04 Zac MedicoEnable FEATURES=fixpackages by default since the perfor...
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-03 Zac MedicoIt's not safe to use the git commit -a option since...
2008-12-03 Zac MedicoWhen calling `git ls-files -m` to list modified files...
2008-12-02 Zac MedicoFix depgraph._dep_check_composite_db._visible() to...
2008-12-02 Zac MedicoSkip sourcing of profile.bashrc during the depend phase...
2008-12-02 Zac MedicoSource bashrc files as late as possible, giving them...
2008-12-01 Zac MedicoFix inconsistencies between the "clean" and "cleanrm...
2008-12-01 Zac MedicoBug #249185 - For more useful output in cases when...
2008-12-01 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-29 Zac MedicoAdd 'automatically resolved' blockers to the --pretend...
2008-11-27 Zac MedicoUse stat st_dev attributes instead of the older approac... v2.1.6_rc2
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...
next