summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Move the stale elog cleanup code from _doebuild_spawn() toZac Medico2010-09-071-12/+0
* Bug #336349 - Make getconfig() warn about dos-style line endings inZac Medico2010-09-071-5/+13
* Fix broken $PORTAGE_BUILDDIR/.$EBUILD_PHASEed path generation insideZac Medico2010-09-071-2/+2
* Move stale elog cleanup code from ebuild.sh to _doebuild_spawn(), soZac Medico2010-09-071-0/+12
* Make the deprecation warning for the first pordbapi constructorZac Medico2010-09-071-1/+1
* Fix confusing deprecation message for the first parameter of theZac Medico2010-09-071-2/+2
* Bug #336356 - Fix AttributeError triggered when ebuild(1) invokes theZac Medico2010-09-071-2/+3
* Bug #336350 - Add back the is_selinux_enabled() function.Arfrever Frehtes Taifersar Arahesis2010-09-071-0/+3
* Add support for a exclude-files option to OwnerSet, and use it toZac Medico2010-09-071-8/+28
* Add a new package set called @unavailable-binaries which matchesZac Medico2010-09-072-0/+36
* Make portage.cache.anydbm use absolute_import instead of the thev2.2_rc77Zac Medico2010-09-061-3/+5
* Force absolute import in glsa.py since otherwise the xml.dom.minidomZac Medico2010-09-061-1/+3
* Replace the settings and herdstree parameters for the MetaDataXMLZac Medico2010-09-061-8/+13
* Add an optional herdstree parameter to the MetaDataXML constructor,Zac Medico2010-09-061-2/+2
* Remove all \a (alert/bell/beep) tokens (bug 336024)Sebastian Luther2010-09-061-1/+1
* Add portage.xml.metadata to parse metadata.xmlSebastian Luther2010-09-062-0/+340
* Show a DeprecationWarning inside doebuild() if the old 'depend' phaseZac Medico2010-09-061-2/+8
* Make LazyImportPortageBaselineTestCase assert successful exit statusZac Medico2010-09-051-0/+3
* Eliminate portage.env from baseline imports.Zac Medico2010-09-053-3/+3
* Make doebuild.py use PollScheduler instances directly sinceZac Medico2010-09-051-13/+10
* Make dblink._merge() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+4
* Make DoebuildSpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-8/+8
* Make portdbapi.aux_get() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Make SpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Make LazyImportPortageBaselineTestCase use a PollScheduler instanceZac Medico2010-09-051-6/+6
* Make PipeReaderTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-6/+6
* In IpcDaemonTestCase, assert that process and daemon isAlive() methodsZac Medico2010-09-051-1/+3
* Clean up and simplify PipeReaderTestCase.Zac Medico2010-09-051-29/+12
* Add a test to check what portage submodules are imported by 'import portage',...Zac Medico2010-09-051-0/+56
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-051-2/+7
* document DEPCACHE_PATH GLOBAL_CONFIG_PATH getting EPREFIX-edFabian Groffen2010-09-051-1/+4
* Use lazy imports for CacheError and OrderedDict in the base portageZac Medico2010-09-051-6/+7
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-052-4/+4
* use EROOT with WORLD_FILEFabian Groffen2010-09-042-4/+4
* use EROOT with CACHE_PATHFabian Groffen2010-09-043-4/+4
* fix comments to match latest intentions in the codeFabian Groffen2010-09-041-5/+4
* Add missing portage import in portage.locks.Zac Medico2010-09-031-0/+1
* In the short timeout test for QueueScheduler.run(), assert that theZac Medico2010-09-031-0/+1
* Add back PortageException handler inside mod_mail_summary.finalize()Zac Medico2010-09-031-2/+4
* Make portage.locks avoid importing the portage.output module when inZac Medico2010-09-031-6/+10
* Move registration of the close_portdbapi_caches() exit hook from theZac Medico2010-09-032-8/+2
* Use a lazy import for portage.dep instide portage.util.Zac Medico2010-09-031-1/+1
* Move portage.locks imports to the top of the file.Zac Medico2010-09-031-4/+4
* Use AlarmSignal for timout handling in mod_mail_summary.finalize().Zac Medico2010-09-031-10/+6
* Make AlarmSignal._signal_handler() restore the default SIGALRMZac Medico2010-09-031-0/+1
* Use AlarmSignal for timeout handling in elog_process().Zac Medico2010-09-031-7/+6
* Make AlarmSignal.register() require a time parameter and pass it toZac Medico2010-09-031-1/+2
* Add AlarmSignal.register() and unregister() classmethods in order toZac Medico2010-09-031-1/+11
* Add a test case for intentionally short timeout with QueueScheduler.run().Zac Medico2010-09-031-1/+35
* Add support for a timeout argument to QueueScheduler.run() andZac Medico2010-09-031-1/+15