aboutsummaryrefslogtreecommitdiffstats
path: root/default.chlog
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2007-12-12 15:15:25 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2007-12-12 15:15:25 +0000
commit03a5fc9e42f30adfff07d2468b8593c1cc9969d4 (patch)
treea23debf636ef7f2e54c6486362df996a6123349e /default.chlog
parent4eea70a2f212a3cf20975f63ad15597da37d40c9 (diff)
downloadmgarepo-03a5fc9e42f30adfff07d2468b8593c1cc9969d4.tar
mgarepo-03a5fc9e42f30adfff07d2468b8593c1cc9969d4.tar.gz
mgarepo-03a5fc9e42f30adfff07d2468b8593c1cc9969d4.tar.bz2
mgarepo-03a5fc9e42f30adfff07d2468b8593c1cc9969d4.tar.xz
mgarepo-03a5fc9e42f30adfff07d2468b8593c1cc9969d4.zip
Fixed emptylog to be shown when necessary
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.
Diffstat (limited to 'default.chlog')
-rw-r--r--default.chlog6
1 files changed, 6 insertions, 0 deletions
diff --git a/default.chlog b/default.chlog
index aff3958..93dcd1b 100644
--- a/default.chlog
+++ b/default.chlog
@@ -1,5 +1,11 @@
## Sample Changelog template
##
+#if not $releases_by_author[-1].visible
+ ## Hide the first release that contains no changes. It must be a
+ ## reimported package and the log gathered from misc/ already should
+ ## contain a correct entry for the version-release:
+ #set $releases_by_author = $releases_by_author[:-1]
+#end if
#for $rel in $releases_by_author
* $rel.date $rel.author_name <$rel.author_email> $rel.version-$rel.release
+ Revision: $rel.revision