From: Zac Medico Date: Tue, 11 Nov 2008 17:53:43 +0000 (-0000) Subject: Derive the changelog_path variable from the new checkdir_relative variable. X-Git-Tag: v2.2_rc14~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e3f47e08bc36b751125b3252c1ea46c3ea0e970d;p=portage.git Derive the changelog_path variable from the new checkdir_relative variable. svn path=/main/trunk/; revision=11854 --- diff --git a/bin/repoman b/bin/repoman index f9900781a..22568ab38 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1066,12 +1066,7 @@ for x in scanlist: del metadata_bad - changelog_path = "ChangeLog" - if repolevel < 3: - changelog_path = os.path.join(pkgdir, changelog_path) - if repolevel < 2: - changelog_path = os.path.join(catdir, changelog_path) - changelog_path = os.path.join(".", changelog_path) + changelog_path = os.path.join(checkdir_relative, "ChangeLog") changelog_modified = changelog_path in modified_changelogs allmasked = True