From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SEOO0-0006Od-7I for garchives@archives.gentoo.org; Sun, 01 Apr 2012 17:16:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A7EE0CA9; Sun, 1 Apr 2012 17:16:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 471C9E0CA9 for ; Sun, 1 Apr 2012 17:16:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACC0B1B4014 for ; Sun, 1 Apr 2012 17:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 770B0E5403 for ; Sun, 1 Apr 2012 17:16:07 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1333300557.5aec6753e2a0cfd7992c41ceaadf2c42fce715ac.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5aec6753e2a0cfd7992c41ceaadf2c42fce715ac X-VCS-Branch: master Date: Sun, 1 Apr 2012 17:16:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8944734e-df4e-41b3-987b-81792174c52c X-Archives-Hash: c86eae39736d0f62a220a305466b005a commit: 5aec6753e2a0cfd7992c41ceaadf2c42fce715ac Author: Zac Medico gentoo org> AuthorDate: Sun Apr 1 17:15:57 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Apr 1 17:15:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D5aec6753 repoman: only assume cvs preserves mtimes --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 4197900..076d404 100755 --- a/bin/repoman +++ b/bin/repoman @@ -547,7 +547,7 @@ if options.if_modified =3D=3D "y" and vcs is None: options.if_modified =3D "n" =20 # Disable copyright/mtime check if vcs does not preserve mtime (bug #324= 075). -vcs_preserves_mtime =3D vcs not in ('git', 'svn') +vcs_preserves_mtime =3D vcs in ('cvs',) =20 vcs_local_opts =3D repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").sp= lit() vcs_global_opts =3D repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")