summaryrefslogtreecommitdiffstats
path: root/pym/elog_modules
Commit message (Collapse)AuthorAgeFilesLines
* Make subpackage naming consistentMarius Mauch2007-02-111-1/+1
| | | | svn path=/main/trunk/; revision=5955
* Adding compat symlinks for cache and elog packagesMarius Mauch2007-01-251-0/+1
| | | | svn path=/main/trunk/; revision=5779
* Namespace sanitizing, step 1Marius Mauch2007-01-257-139/+0
| | | | svn path=/main/trunk/; revision=5778
* 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