Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488836
Collapse All | Expand All

(-)bin/repoman.orig (-1 / +1 lines)
Lines 544-550 Link Here
544
	options.if_modified = "n"
544
	options.if_modified = "n"
545
545
546
# Disable copyright/mtime check if vcs does not preserve mtime (bug #324075).
546
# Disable copyright/mtime check if vcs does not preserve mtime (bug #324075).
547
vcs_preserves_mtime = vcs in ('cvs',)
547
vcs_preserves_mtime = vcs in ('cvs', None)
548
548
549
vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split()
549
vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split()
550
vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")
550
vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")

Return to bug 488836