summaryrefslogtreecommitdiffstats
path: root/pym/elog_modules
Commit message (Collapse)AuthorAgeFilesLines
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
| | | | | | finalize() in case send_mail() blocks indefinitely. (trunk r9588) svn path=/main/branches/2.1.2/; revision=9600
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-282-0/+2
| | | | | | (trunk r9510) svn path=/main/branches/2.1.2/; revision=9570
* Fix a changed variable name.Zac Medico2008-02-091-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=9306
* Use local time for elog summaries (trunk r9273)Zac Medico2008-02-092-2/+2
| | | | svn path=/main/branches/2.1.2/; revision=9303
* Handle the PortageException that can be raised fromZac Medico2007-10-131-1/+6
| | | | | | portage.mail.send_mail(). (trunk r8102) svn path=/main/branches/2.1.2/; revision=8103
* Handle Exceptions in mod_mail_summary.finalize() andZac Medico2007-10-121-1/+6
| | | | | | | check if the server actually supports TLS, bug #183808 (trunk r7984 and r8058) svn path=/main/branches/2.1.2/; revision=8059
* Use ensure_dirs() and apply_permissions() to avoid redundantZac Medico2007-09-262-8/+5
| | | | | | | | chown/chmod calls. This helps avoid 'Permission denied' errors during elog_process() when the ebuild command is run by normal user (issue reported by graaff). (trunk r7789) svn path=/main/branches/2.1.2/; revision=7820
* Use INFORM to colorize the package name. (trunk r7674)Zac Medico2007-08-221-2/+3
| | | | svn path=/main/branches/2.1.2/; revision=7675
* Make finalize() accept a parameter once again since older versions of ↵Zac Medico2007-07-302-2/+8
| | | | | | portage import elog modules from newer versions of portage when they upgrade themselves. (trunk r7522) svn path=/main/branches/2.1.2/; revision=7523
* Preserve merge order in elog output. (trunk r7046)Zac Medico2007-06-271-13/+7
| | | | svn path=/main/branches/2.1.2/; revision=7048
* Show which $ROOT a package was merged to when $ROOT is not /. (trunk r6959)Zac Medico2007-06-221-1/+4
| | | | svn path=/main/branches/2.1.2/; revision=6960
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-222-13/+32
| | | | | | - Dump mod_echo elog output inside post_emerge(), just before the other notifications that happen at exit. (trunk r6953) svn path=/main/branches/2.1.2/; revision=6958
* Remove more unnecessary list generation. (trunk r6913)Zac Medico2007-06-223-4/+3
| | | | svn path=/main/branches/2.1.2/; revision=6932
* add new echo module for people who don't want any real logging (trunk r6458)Zac Medico2007-06-211-0/+30
| | | | svn path=/main/branches/2.1.2/; revision=6899
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+5
| | | | svn path=/main/trunk/; revision=5490
* List package in summary logfileMarius Mauch2006-12-231-2/+2
| | | | svn path=/main/trunk/; revision=5363
* For bug #158658, fix the 'TypeError: int argument required' that happens in ↵Zac Medico2006-12-211-1/+2
| | | | | | the finalize() routine. svn path=/main/trunk/; revision=5343
* Fix an import statement typo.Zac Medico2006-12-201-1/+1
| | | | svn path=/main/trunk/; revision=5329
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-192-0/+62
| | | | svn path=/main/trunk/; revision=5325
* Fix a typo from the last revision (octal literals begin with 0).Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3503
* Toggle the setgid bit on $PORT_LOGDIR\elog\ for bug #136278.Zac Medico2006-06-131-1/+1
| | | | svn path=/main/trunk/; revision=3502
* refactor elog mail stuff so it's reusable by other tools (like glsa-check)Marius Mauch2006-06-101-57/+18
| | | | svn path=/main/trunk/; revision=3484
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-0/+1
| | | | svn path=/main/trunk/; revision=3483
* move some elog defaults into make.globals, add new vars for mail from and ↵Marius Mauch2006-03-262-21/+30
| | | | | | subject (bug #116637), change default location for mod_save logfiles to PORT_LOGDIR/elog (bug #124165) svn path=/main/trunk/; revision=3014
* Split email addresses on the final "@" so as to allow "@" within the usernameJason Stubbs2005-12-301-1/+1
| | | | | | portion of the address. svn path=/main/trunk/; revision=2497
* fix custom module (bug #116024)Marius Mauch2005-12-192-4/+4
| | | | svn path=/main/trunk/; revision=2408
* minor glitch: EBUILD_PHASES is a list, no need to split() itMarius Mauch2005-11-131-1/+1
| | | | svn path=/main/trunk/; revision=2308
* First bunch of simple logging modules.Marius Mauch2005-11-135-0/+101
svn path=/main/trunk/; revision=2307