commit: 0f191113cccd049e11fdbe73493eb1efbf4bf89e Author: Andrew Hamilton <andrew <AT> ahamilto <DOT> net> AuthorDate: Wed May 6 18:24:31 2015 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed May 6 18:25:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0f191113
repoman: enable copyright date check without vcs (bug 488836) X-Gentoo-Bug: 488836 X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=488836 Acked-by: Brian Dolbec <dolsen <AT> gentoo.org> bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index a758aea..4763b39 100755 --- a/bin/repoman +++ b/bin/repoman @@ -555,7 +555,7 @@ if options.if_modified == "y" and vcs is None: options.if_modified = "n" # Disable copyright/mtime check if vcs does not preserve mtime (bug #324075). -vcs_preserves_mtime = vcs in ('cvs',) +vcs_preserves_mtime = vcs in ('cvs', None) vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split() vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")
