portage.git
2010-09-06 Zac MedicoDefine EBUILD_MASTER_PID earlier in ebuild.sh, before... v2.2_rc76
2010-09-06 Zac MedicoRemove unnecessary depgraph.altlist() call in Scheduler...
2010-09-06 Zac MedicoMake Scheduler._set_graph_config() clear _deep_system_d...
2010-09-06 Zac MedicoReplace the settings and herdstree parameters for the...
2010-09-06 Zac MedicoFix parse_metadata_use() to allow use elements containi...
2010-09-06 Zac MedicoBug #336285 - Add workaround to unpack() in order to...
2010-09-06 Zac MedicoAdd an optional herdstree parameter to the MetaDataXML...
2010-09-06 Zac MedicoMove the Scheduler mergelist constructor parameter...
2010-09-06 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-06 Zac MedicoFix typo in FakeVartree._pkg() docstring.
2010-09-06 Zac MedicoMake the depgraph and FakeVartree cooperate to consiste...
2010-09-06 Sebastian LutherRemove all \a (alert/bell/beep) tokens (bug 336024)
2010-09-06 Sebastian LutherUse metadata.xml to print maintainer information in...
2010-09-06 Sebastian LutherAdd portage.xml.metadata to parse metadata.xml
2010-09-06 Sebastian Lutherslot_collision_handler: Fix bug related to highlight_vi...
2010-09-06 Zac MedicoShow a DeprecationWarning inside doebuild() if the...
2010-09-06 Zac MedicoIn depgraph.schedulerGraph(), make sure all references...
2010-09-06 Zac MedicoFix FakeVartree.sync() to remove stale packages from...
2010-09-06 Zac MedicoMake depgraph.schedulerGraph() return an instance of
2010-09-06 Zac MedicoFix FakeVartree._pkg() to cache package instances in...
2010-09-06 Zac MedicoMake Scheduler._destroy_installed_graph() destroy _digraph.
2010-09-05 Zac MedicoAdd genone and zmedico to <authorgroup> in portage...
2010-09-05 Zac MedicoRemove unused p_type variable in show_invalid_depstring...
2010-09-05 Zac MedicoMake LazyImportPortageBaselineTestCase assert successfu...
2010-09-05 Zac MedicoEliminate portage.env from baseline imports.
2010-09-05 Zac MedicoMake doebuild.py use PollScheduler instances directly...
2010-09-05 Zac MedicoMake dblink._merge() use a PollScheduler instance direc...
2010-09-05 Zac MedicoMake DoebuildSpawnTestCase use a PollScheduler instance...
2010-09-05 Zac MedicoMake portdbapi.aux_get() use a PollScheduler instance...
2010-09-05 Zac MedicoMake SpawnTestCase use a PollScheduler instance directl...
2010-09-05 Zac MedicoMake LazyImportPortageBaselineTestCase use a PollSchedu...
2010-09-05 Zac MedicoMake PipeReaderTestCase use a PollScheduler instance...
2010-09-05 Fabian Groffenprint up-to-date copyright years
2010-09-05 Zac MedicoBug #336085 - Fix logic error inside
2010-09-05 Sebastian LutherFix want_restart_for_use_change() to flatten deps befor...
2010-09-05 Zac MedicoIn IpcDaemonTestCase, assert that process and daemon...
2010-09-05 Zac MedicoClean up and simplify PipeReaderTestCase.
2010-09-05 Ulrich MuellerUpdate copyright header.
2010-09-05 Ulrich Muellerdodoc, prepalldocs: Don't test for EAPI; use helpers...
2010-09-05 Zac MedicoAdd a test to check what portage submodules are importe...
2010-09-05 Fabian Groffenalways apply EPREFIX prepending to GLOBAL_CONFIG_PATH
2010-09-05 Fabian Groffendocument DEPCACHE_PATH GLOBAL_CONFIG_PATH getting EPREF...
2010-09-05 Ulrich MuellerDon't regenerate GNU Info if the dir contains a .keepin...
2010-09-05 Zac MedicoMake the "MASKED PACKAGES" section of the emerge man...
2010-09-05 Zac MedicoFix depgraph._wrapped_select_pkg_highest_available_imp...
2010-09-05 Zac MedicoUse lazy imports for CacheError and OrderedDict in...
2010-09-05 Zac MedicoAdd a more generic AbstractEbuildProcess._elog() method...
2010-09-05 Zac MedicoMake EbuildPhase._elog() use the NOCOLOR variable from...
2010-09-05 Zac MedicoTake the code which displays ebuild information before...
2010-09-05 Zac MedicoRemove redundant initial os.sep argument to os.path...
2010-09-05 Zac MedicoIn show_invalid_depstring_notice(), use normal Package...
2010-09-05 Zac MedicoIn AbstractEbuildProcess._start(), verify that PORTAGE_...
2010-09-05 Zac MedicoAdd scheduler._init_installed_graph() and _destroy_inst...
2010-09-05 Zac MedicoRefere to package.accept_keywords instead of package...
2010-09-04 Zac MedicoIgnore build-time blockers from DEPEND in
2010-09-04 Zac MedicoAdd a Scheduler._frozen_config attribute that will...
2010-09-04 Fabian Groffenuse EROOT with NEWS_LIB_PATH
2010-09-04 Fabian Groffenuse EROOT with WORLD_SETS_FILE
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Arfrever Frehtes... Don't set _, which is reserved for portage.localization...
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Fabian Groffenuse EROOT with WORLD_FILE
2010-09-04 Zac MedicoRemove redundant writemsg_stdout() call in search.outpu...
2010-09-04 Fabian Groffenuse EROOT with CACHE_PATH
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-04 Fabian Groffenfix comments to match latest intentions in the code
2010-09-04 Arfrever Frehtes... Fix typo.
2010-09-04 Zac MedicoIn BinpkgExtractorAsync, add -q to bzip2 opts, in order...
2010-09-04 Zac MedicoReplace svn-trunk with VERSION in doc/fragment/version... v2.2_rc75
2010-09-04 Zac MedicoAdd missing portage import in portage.locks.
2010-09-04 Zac MedicoIn the short timeout test for QueueScheduler.run()...
2010-09-04 Zac MedicoAdd back PortageException handler inside mod_mail_summa...
2010-09-04 Zac MedicoMake ebuild-ipc.py call portage._disable_legacy_globals...
2010-09-04 Zac MedicoMake portage.locks avoid importing the portage.output...
2010-09-04 Zac MedicoMove registration of the close_portdbapi_caches() exit...
2010-09-04 Zac MedicoUse a lazy import for portage.dep instide portage.util.
2010-09-04 Zac MedicoMove portage.locks imports to the top of the file.
2010-09-04 Zac MedicoAdjust AlarmSignal.unregister() call in ebuild-ipc.
2010-09-04 Zac MedicoUse AlarmSignal for timout handling in mod_mail_summary...
2010-09-04 Zac MedicoMake AlarmSignal._signal_handler() restore the default...
2010-09-04 Zac MedicoUse AlarmSignal for timeout handling in elog_process().
2010-09-04 Zac MedicoFix breakage from previous commit.
2010-09-04 Zac MedicoMove AlarmSignal.unregister() call to a better place...
2010-09-04 Zac MedicoUse AlarmSignal for alarm timeout in action_sync().
2010-09-04 Zac MedicoMake AlarmSignal.register() require a time parameter...
2010-09-04 Zac MedicoAdd AlarmSignal.register() and unregister() classmethod...
2010-09-03 Zac MedicoAdd a test case for intentionally short timeout with...
2010-09-03 Zac MedicoAdd support for a timeout argument to QueueScheduler...
2010-09-03 Zac MedicoBug #335777 - Add a 40 second timeout in ebuild-ipc...
2010-09-03 Zac MedicoAccount for package.use.force/mask in previous commit.
2010-09-03 Sebastian Lutherautounmask: Don't print masked/forced flags in "require...
2010-09-03 Sebastian LutherOld "Change USE" message: Don't screw up if the highest...
2010-09-03 Zac MedicoMake emerge display a warning message if FEATURES conta...
2010-09-03 Zac MedicoFix VDB_PATH handling in ebuild(1) to join with EROOT.
2010-09-03 Zac MedicoAdd a "Delayed Evaluation of Disjunctive Dependency...
2010-09-03 Zac MedicoUnify to different pieces of code that handle sandbox...
2010-09-02 Zac MedicoFix whenago() to show times as integers instead of... v2.2_rc74
2010-09-02 Zac MedicoAdd backward compatible config.pmaskdict and punmaskdic...
2010-09-02 Zac MedicoMake MaskManager use tuples for values inside _pmaskdic...
next