aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2006-10-19 21:35:09 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2006-10-19 21:35:09 +0000
commit5b7a9a57193f550a4fed126f485adc36540e527c (patch)
tree62697cc057078ffd9c87fd851a485b2c9827b857
parentf1059f752f5dc34bc08a1bbd7a2731105a02cc8d (diff)
downloadmgarepo-5b7a9a57193f550a4fed126f485adc36540e527c.tar
mgarepo-5b7a9a57193f550a4fed126f485adc36540e527c.tar.gz
mgarepo-5b7a9a57193f550a4fed126f485adc36540e527c.tar.bz2
mgarepo-5b7a9a57193f550a4fed126f485adc36540e527c.tar.xz
mgarepo-5b7a9a57193f550a4fed126f485adc36540e527c.zip
- added another changelog template, it copies the changelog format from repsys 1.5
-rw-r--r--compatv15.chlog13
-rwxr-xr-xsetup.py1
2 files changed, 14 insertions, 0 deletions
diff --git a/compatv15.chlog b/compatv15.chlog
new file mode 100644
index 0000000..3373a19
--- /dev/null
+++ b/compatv15.chlog
@@ -0,0 +1,13 @@
+## Sample Changelog template
+##
+#import time
+#for $author in $revisions_by_author
+* $author.revisions[0].date $author.name <$author.email>
++ ${time.strftime("%Y-%m-%d %H:%M:%S", author.revisions[0].raw_date)} ($author.revisions[0].revision)
+ #for $rev in $author.revisions
+ #for $line in $rev.lines
+$line
+ #end for
+ #end for
+
+#end for
diff --git a/setup.py b/setup.py
index 86ffd94..272ec84 100755
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ setup(name="repsys",
["default.chlog",
"revno.chlog",
"oldfashion.chlog",
+ "compatv15.chlog",
"create-srpm",
"rebrand-mdk"]),
("/etc/", ["repsys.conf"])]