From ef99ccb7710f090ab7166f95587ccdd19e2cc740 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 20 Oct 2011 22:35:41 +0200 Subject: repoman: get ChangeLog header from skel.ChangeLog Use skel.ChangeLog from the repo to create the header of a new ChangeLog file. Else, we just retain the original header of the ChangeLog. When no skel.ChangeLog file exists, and this is a new ChangeLog, no header is used. --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index bec3b1e01..5b01825b7 100755 --- a/bin/repoman +++ b/bin/repoman @@ -2471,7 +2471,7 @@ else: new_changelog = utilities.UpdateChangeLog(checkdir_relative, \ catdir, pkgdir, \ clnew, clremoved, clchanged, \ - changelog_msg, options.pretend) + changelog_msg, options.pretend, repodir) if new_changelog is None: writemsg_level("!!! Updating the ChangeLog failed\n", \ level=logging.ERROR, noiselevel=-1) -- cgit v1.2.3-1-g7c22