diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-06 01:39:28 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-02-06 01:39:28 +0000 |
commit | 11c6a91f79529e1e6ab029f81f8b1582fff74842 (patch) | |
tree | d68192e83a533482754b06019e2f1bcf2c3f6341 /default.chlog | |
parent | 05810ef9f0e1dc761317f909146f1a201c876a64 (diff) | |
download | mgarepo-11c6a91f79529e1e6ab029f81f8b1582fff74842.tar mgarepo-11c6a91f79529e1e6ab029f81f8b1582fff74842.tar.gz mgarepo-11c6a91f79529e1e6ab029f81f8b1582fff74842.tar.bz2 mgarepo-11c6a91f79529e1e6ab029f81f8b1582fff74842.tar.xz mgarepo-11c6a91f79529e1e6ab029f81f8b1582fff74842.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.chlog | 6 |
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 |