From 8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77 Mon Sep 17 00:00:00 2001 From: Andreas Hasenack Date: Thu, 2 Feb 2006 18:37:42 +0000 Subject: - on behalf of bogdano@mandriva.com: - 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 " 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" --- default.chlog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 default.chlog (limited to 'default.chlog') diff --git a/default.chlog b/default.chlog new file mode 100644 index 0000000..7163605 --- /dev/null +++ b/default.chlog @@ -0,0 +1,25 @@ +## Sample Changelog template +## lcapitulinos' Changelog3 +## +#for $rel in $releases_by_author +* $rel.date $rel.author_name <$rel.author_email> $rel.version-$rel.release ++ Revision: $rel.revision + #if not $rel.released ++ Status: not released + #end if + #for $rev in $rel.release_revisions + #for $line in $rev.lines +$line + #end for + #end for + + #for $author in $rel.authors + + $author.name <$author.email> + #for $rev in $author.revisions + #for $line in $rev.lines + $line + #end for + #end for + + #end for +#end for -- cgit v1.2.1