summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-10-20 22:35:41 +0200
committerFabian Groffen <grobian@gentoo.org>2011-10-20 22:35:41 +0200
commitef99ccb7710f090ab7166f95587ccdd19e2cc740 (patch)
treee5b938c0b826ca344e88a5944b4ffe05321c37b4 /bin
parent0f261405f63cd09639728da78e70a254cd3c5320 (diff)
downloadportage-ef99ccb7710f090ab7166f95587ccdd19e2cc740.tar.gz
portage-ef99ccb7710f090ab7166f95587ccdd19e2cc740.tar.bz2
portage-ef99ccb7710f090ab7166f95587ccdd19e2cc740.zip
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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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)