aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrew Hamilton <andrew@ahamilto.net>2015-05-06 11:24:31 -0700
committerZac Medico <zmedico@gentoo.org>2015-05-06 11:25:51 -0700
commit0f191113cccd049e11fdbe73493eb1efbf4bf89e (patch)
tree15366415ff6e2984297e322ccf916aada1b5856f /bin
parentBundle a minimalistic derivation of Python's formatter module (bug 547732) (diff)
downloadportage-0f191113cccd049e11fdbe73493eb1efbf4bf89e.tar.gz
portage-0f191113cccd049e11fdbe73493eb1efbf4bf89e.tar.bz2
portage-0f191113cccd049e11fdbe73493eb1efbf4bf89e.zip
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@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index a758aea3b..4763b3977 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")