summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog
Commit message (Expand)AuthorAgeFilesLines
...
* Don't hold references to config instances, since all that's really neededZac Medico2009-08-141-4/+4
* Remove unused import.v2.2_rc37Zac Medico2009-08-091-1/+0
* Encode unicode messages as bytes in order to avoid TypeError fromZac Medico2009-08-091-6/+14
* Write log files in text mode (unicode). Thanks to Arfrever for reporting.Zac Medico2009-08-092-2/+6
* Inside collect_ebuild_messages(), open elog files in text mode (unicode).Zac Medico2009-08-091-1/+3
* Fix filter_loglevels() and filter_phases() to work with unicode.Zac Medico2009-08-061-2/+2
* Add unicode conversions in various logging code.Zac Medico2009-08-061-5/+13
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-296-22/+29
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-1/+1
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-222-5/+12
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-1/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
* When emerge --keep-going bails due to missing dependencies, show the errorZac Medico2008-10-141-1/+7
* When parsing PORTAGE_ELOG_SYSTEM, stack values in a dict so that things likeZac Medico2008-10-021-5/+15
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-1/+1
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Fix broken references to the old elog_modules namespace.Zac Medico2008-07-201-2/+2
* Bug #231464 - Replace erroneous "return" statement in elog_process() withZac Medico2008-07-191-1/+1
* Redirect dblink elog messages from stdout to the log file when in backgroundZac Medico2008-07-171-4/+12
* When packages fail with --jobs > 1 and the "echo" elog module is not enabled,Zac Medico2008-07-151-1/+6
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-015-7/+7
* Remove eblank nonsenseMarius Mauch2008-06-172-2/+3
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-1/+2
* Handle issues with newlines in elog messages that can trigger an unhandledZac Medico2008-04-091-3/+11
* Fix a little issue in the code from bug #197905 that causes some elogZac Medico2008-04-081-0/+2
* preserve order of ebuild messages even between different message types (bug #...Marius Mauch2008-04-061-4/+15
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-262-0/+2
* ensure that global variables are used to prevent confusing issues like bug #2...Marius Mauch2008-03-022-1/+8
* Use local time for elog summariesMarius Mauch2008-02-052-2/+2
* Move duplicate module loading code into a function.Zac Medico2007-12-011-17/+13
* Make elog_process() pre-load log modules that it can be calledZac Medico2007-11-291-0/+21
* When portage reinstalls itself, pre-load elog modules inZac Medico2007-11-291-3/+7
* Refactor _merge_logentries() to make it a little more efficient.Zac Medico2007-10-191-7/+6
* Use a list to buffer strings in _combine_logentries() and doZac Medico2007-10-191-5/+5
* Prevent _combine_logentries() from generating redundantZac Medico2007-10-191-1/+4
* Fix broken call to renamed _combine_logentries().Zac Medico2007-10-191-1/+1
* Don't show each character of the log message on a newZac Medico2007-10-191-0/+2
* The ERROR color code is currently undefined, so make eerrorZac Medico2007-10-191-1/+1
* Handle the PortageException that can be raised fromZac Medico2007-10-131-1/+6
* Use writemsg() to send exception string to stderr.Zac Medico2007-10-121-1/+2
* Handle Exceptions in mod_mail_summary.finalize() and check if the server actu...Marius Mauch2007-10-061-1/+5
* Use ensure_dirs() and apply_permissions() to avoid redundant chown/chmod call...Zac Medico2007-09-162-8/+5
* Use INFORM to colorize the package name.Zac Medico2007-08-221-2/+3
* Just use os.listdir() since portage.listdir() is unnecessary.Zac Medico2007-08-211-4/+6
* Make finalize() accept a parameter once again since older versions of portage...Zac Medico2007-07-302-2/+8
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-161-0/+15
* apply additional phase filters as otherwise some messages are logged in both ...Marius Mauch2007-06-302-2/+34
* Preserve merge order in elog output.Zac Medico2007-06-261-13/+7