From e3f47e08bc36b751125b3252c1ea46c3ea0e970d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 11 Nov 2008 17:53:43 +0000 Subject: [PATCH] Derive the changelog_path variable from the new checkdir_relative variable. svn path=/main/trunk/; revision=11854 --- bin/repoman | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.26.2