portage.git
2008-07-05 Zac MedicoUse the EbuildPhase class to execute the "clean" phase...
2008-07-05 Zac MedicoRemove unused variable.
2008-07-05 Zac MedicoRename BinpkgFetcherAsync class to BinpkgFetcher and...
2008-07-05 Zac Medico* Implement a new binarytree.digestCheck() method and...
2008-07-04 Zac MedicoMake Binpkg inherit from EbuildBuildDir since it's...
2008-07-04 Zac MedicoMake EbuildBuild inherit from EbuildBuildDir since...
2008-07-04 Zac MedicoConvert EbuildFetcher to an asynchronous interface:
2008-07-04 Zac MedicoTODO: For parallel scheduling, everything in MergeListI...
2008-07-04 Zac MedicoAdd a PollConstants class to serve as a layer of indire...
2008-07-04 Zac MedicoBug #230525 - Work around ObjectProxy breakage in ...
2008-07-04 Zac MedicoIn --keep-going mode, display the new merge list when...
2008-07-04 Zac MedicoSplit a _main_loop() method out of Scheduler._merge().
2008-07-04 Zac MedicoSplit out a Scheduler._execute_pkg() method from _merge().
2008-07-04 Zac MedicoRename PollSelectFallback to PollSelectAdapter.
2008-07-04 Zac Medico* Split out a MergeListItem class from Scheduler._execu...
2008-07-04 Zac MedicoFix broken references to portage.exception.
2008-07-04 Zac MedicoCreate a Scheduler._task_queues attribute which has...
2008-07-04 Zac MedicoChange the way the way things that have to call the...
2008-07-04 Zac MedicoWhen logging is disabled, make the EbuildPhase create...
2008-07-04 Zac MedicoImport portage before trying to access portage.exceptio...
2008-07-04 Zac Medico* Split out a SequentialTaskQueue class to encapsulate...
2008-07-03 Zac MedicoBug #230469 - Implement non-blocking distlocks for...
2008-07-03 Zac MedicoFix typo.
2008-07-03 Zac MedicoBug #230579 - Handle EOFError raised from cPickle.load...
2008-07-03 Zac MedicoSplit out a _create_prefetcher() method from _add_prefe...
2008-07-03 Zac MedicoRemove old unused vars inside _execute_task() and fix...
2008-07-03 Zac MedicoSplit logging and world atom code out of Scheduler...
2008-07-03 Zac MedicoClean up Scheduler.merge() and split out a _save_resume...
2008-07-03 Zac MedicoAdd a portage._disable_legacy_globals() function. This...
2008-07-03 Zac MedicoSplit out a _restart_if_necessary() method from Schedul...
2008-07-03 Zac MedicoRemove unused BinpkgMerge class.
2008-07-03 Zac MedicoRemove the Scheduler._post_merge() method, and create...
2008-07-03 Zac MedicoSplit out a new _add_prefetchers() method from Schedule...
2008-07-03 Zac MedicoSplit out a new _check_manifests() method from Schedule...
2008-07-03 Zac MedicoImplement asynchronous binary package extraction, so...
2008-07-03 Zac MedicoMake BinpkgFetcherAsync inherit from SpawnProcess.
2008-07-03 Zac MedicoAdd missing BinpkgFetcherAsync.registered attribute.
2008-07-03 Zac MedicoMove post ebuild phase code (originally from spawnebuil...
2008-07-03 Zac MedicoSplit out a SpawnProcess base class out of EbuildFetch...
2008-07-03 Zac MedicoUse stdout.write() instead of "print", for py3k compat.
2008-07-02 Zac MedicoFix broken except statement. Thanks to hawking.
2008-07-02 Zac MedicoFix EbuildBuildDir so that it works properly with binar...
2008-07-02 Zac MedicoHandle missing select.poll on interix by using select...
2008-07-02 Zac MedicoRemove $PORTAGE_BUILDDIR locking from portage.pkgmerge...
2008-07-02 Zac MedicoSplit out a SubProcess base class for EbuildFetcherAsyn...
2008-07-02 Zac MedicoPy3k compatibility patch by Ali Polatel <hawking@g.o>.
2008-07-02 Zac MedicoFix EbuildBuild.execute() to return os.EX_OK on success.
2008-07-02 Zac MedicoFix inverted buildpkgonly logic.
2008-07-02 Zac MedicoSplit out a Binpkg class from code inside Scheduler...
2008-07-02 Zac MedicoRemove debugging code from the previous commit.
2008-07-02 Zac Medico* Rename existing EbuildBuild class to EbuildExecuter.
2008-07-01 Zac MedicoPy3k compatibility patch #6 by Ali Polatel <hawking...
2008-07-01 Zac MedicoPy3k compatibility patch #5 by Ali Polatel <hawking...
2008-07-01 Zac MedicoPy3k compatibility patch #4 by Ali Polatel <hawking...
2008-07-01 Zac MedicoPy3k compatibility patch #3 by Ali Polatel <hawking...
2008-07-01 Zac MedicoPy3k compatibility patch #2 by Ali Polatel <hawking...
2008-07-01 Zac MedicoPy3k compatibility patch #1 by Ali Polatel <hawking...
2008-07-01 Zac MedicoAdd a "prefix" keyword parameter to slot_dict_class...
2008-07-01 Zac MedicoAdd a new BinpkgFetcherAsync class and use it to implem...
2008-07-01 Zac MedicoNever do realpath() on an empty string for portdbapi...
2008-07-01 Zac MedicoAlso avoid sandbox violations in PreservedLibsRegistry...
2008-07-01 Zac MedicoHandle potential errors in PreservedLibsRegistry.store...
2008-07-01 Zac MedicoSplit out a write_contents() function and a vardbapi...
2008-07-01 Zac Medicoadd a call to pruneNonExisting() at the end of dbapi...
2008-06-30 Zac MedicoFix typo.
2008-06-30 Zac MedicoBug #230249 - Disable the "ebuild.notadded" check when...
2008-06-30 Zac MedicoBug #230245 - Use os.path.basename() on paths returned...
2008-06-30 Zac MedicoBug #230245 - Pass the correct directory when calling...
2008-06-30 Zac MedicoAdd "(no inline comments)" to qualify "comments begin...
2008-06-30 Zac MedicoClear the self._task_queue to avoid duplicate parallel...
2008-06-30 Zac MedicoReimplement parallel-fetch by spawning the `ebuild...
2008-06-30 Zac MedicoAvoid python-2.6 deprecation warnings for md5 and sha...
2008-06-30 Zac MedicoRename the MergeTask class to Scheduler.
2008-06-30 Zac Medico* Tweak conditionals in doebuild() to fix emerge -...
2008-06-29 Zac MedicoCentralize select.poll() event handling in MergeTask...
2008-06-29 Zac MedicoAdd EMERGE_FROM to the blacklisted vars in the config...
2008-06-29 Zac Medico * Add "fd_pipes" and "returnpid" parameters to doebuil...
2008-06-29 Zac MedicoIn EbuildBuild.execute(), call doebuild() separately...
2008-06-29 Zac MedicoSplit out a _check_build_log() function from spawnebuild().
2008-06-29 Zac MedicoSplit out a _post_src_install_uid_fix() function from...
2008-06-29 Zac MedicoSplit out a _spawn_misc_sh() function from spawnebuild().
2008-06-29 Zac MedicoHandle invalid atoms inside depgraph._add_pkg_deps...
2008-06-29 Zac MedicoMove clean code, from the previous commit, from doebuil...
2008-06-29 Zac MedicoInstead of calling the ebuild "clean" phase in MergeTas...
2008-06-29 Zac MedicoSplit out an EbuildBuildDir class to handle locking...
2008-06-28 Zac MedicoHandle re.error exceptions raised from re.compile(...
2008-06-28 Zac MedicoMake EbuildBinpkg delegate everything up to src_install...
2008-06-28 Zac Medico* Remove unused EbuildBuild.pretend attribute.
2008-06-28 Zac MedicoBug #229859 - Also add atom validation to match().
2008-06-28 Zac MedicoCopy portageq exit code validation from has_version...
2008-06-28 Zac MedicoBug #229859 - Make portageq check atom validity when...
2008-06-28 Zac MedicoUse the EbuildMerge class instead of portage.merge().
2008-06-28 Zac MedicoSplit out a PackageUninstall class.
2008-06-28 Zac Medico* Split out an EbuildBinpkg class.
2008-06-28 Zac MedicoSplit out an EbuildBuild class.
2008-06-28 Zac MedicoFix typo.
2008-06-28 Zac MedicoSplit out an EbuildMerge class.
2008-06-28 Zac Medico * Split out a BinpkgMerge class.
2008-06-28 Zac MedicoSplit out a BinpkgFetcher class.
2008-06-28 Zac MedicoSplit out an EbuildFetcher class.
next