aboutsummaryrefslogtreecommitdiffstats
path: root/default.chlog
Commit message (Collapse)AuthorAgeFilesLines
* Don't hide authors with only the first revision SILENTed (#41117)Bogdano Arendartchuk2008-07-171-1/+1
|
* Fixed emptylog to be shown when necessaryBogdano Arendartchuk2008-02-061-0/+6
| | | | | | | | | As emptylog started working again another problem arose: the first release in most of the packages is SILENTed and result in a emptlog entry. The problem is that the log gathered from misc/ already contains (in most of the cases, at least) the version-release with the right message.
* prepare for cheetah-2Bogdano Arendartchuk2007-06-161-2/+2
|
* - better emptylog messageAndreas Hasenack2007-05-031-1/+1
|
* Make the default template to ignore authors with empty changesets.Bogdano Arendartchuk2007-05-021-0/+7
|
* Make releases with only SILENTed messages will result in a warning, not toBogdano Arendartchuk2007-03-151-0/+3
| | | | | be skipped.
* - commented out "Status: not releases" from default templateV1_6_7Bogdano Arendartchuk2006-10-311-1/+1
|
* - removed wrong reference headerBogdano Arendartchuk2006-02-131-1/+0
| | | | | - woo hoo, first commit after a long time!
* - on behalf of bogdano@mandriva.com:Andreas Hasenack2006-02-021-0/+25
- improved markrelease command line parsing - changelogs entries are now groupped by author, and sorted by revision number - the changelog now is generated using the Cheetah Template Engine, to allow quick modifications without spending time reading code and introducing new bugs - consequently, was added an option "-T <file>" to rpmlog and getsrpm to allow choosing the path of the template to be used - added options noauth=0, and baseurl=None in order to disable the authentication in some url schemes (http:// and //) - replaced some "cl" references to "mdv"