aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Show which $ROOT a package was merged to when $ROOT is not /.Zac Medico2007-06-221-1/+4
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-223-17/+31
* Add a note about potential for config mixups in elog finalizers.Zac Medico2007-06-221-0/+5
* Remove more unnecessary list generation.Zac Medico2007-06-216-8/+8
* Enable elog functionality for the python side of portageMarius Mauch2007-05-1810-119/+213
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-308-5/+60
* Fix broken imports.Zac Medico2007-02-131-3/+5
* Make subpackage naming consistentMarius Mauch2007-02-117-0/+250