aboutsummaryrefslogtreecommitdiffstats
path: root/revno.chlog
diff options
context:
space:
mode:
authorAndreas Hasenack <andreas@mandriva.com>2006-02-02 18:37:42 +0000
committerAndreas Hasenack <andreas@mandriva.com>2006-02-02 18:37:42 +0000
commit8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77 (patch)
treea3ffa4b776337f2f99531c75553803356a31e0d7 /revno.chlog
parent6bf0978af43f267fc17ce6e5d64e2053e60dae5f (diff)
downloadmgarepo-8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77.tar
mgarepo-8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77.tar.gz
mgarepo-8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77.tar.bz2
mgarepo-8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77.tar.xz
mgarepo-8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77.zip
- 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 <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"
Diffstat (limited to 'revno.chlog')
-rw-r--r--revno.chlog41
1 files changed, 41 insertions, 0 deletions
diff --git a/revno.chlog b/revno.chlog
new file mode 100644
index 0000000..0f78dab
--- /dev/null
+++ b/revno.chlog
@@ -0,0 +1,41 @@
+## Sample Changelog template
+## lcapitulinos' Changelog3
+##
+#for $rel in $releases_by_author
+* $rel.date $rel.author_name <$rel.author_email> $rel.version-$rel.release
+ ##
+ #if not $rel.released
+ (not released yet)
+ #end if
+
+ #for $rev in $rel.release_revisions
+ #set $first = 1
+ #set $spaces = " " * len(str(rev.revision))
+ #for $line in $rev.lines
+ #if $first == 1
+ [$rev.revision] $line
+ #else
+ $spaces $line
+ #end if
+ #set first=0
+ #end for
+ #end for
+
+ #for $author in $rel.authors
+ + $author.name <$author.email>
+ #for $rev in $author.revisions
+ #set first=1
+ #set $spaces = " " * len(str(rev.revision))
+ #for $line in $rev.lines
+ #if $first==1
+ [$rev.revision] $line
+ #else
+ $spaces $line
+ #end if
+ #set first=0
+ #end for
+ #end for
+
+ #end for
+#end for
+