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 1SENxc-0000ob-0D for garchives@archives.gentoo.org; Sun, 01 Apr 2012 16:49:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CAFFE0C8D; Sun, 1 Apr 2012 16:48:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E4670E0C8D for ; Sun, 1 Apr 2012 16:48:52 +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 566FE1B4013 for ; Sun, 1 Apr 2012 16:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1A550E5403 for ; Sun, 1 Apr 2012 16:48:51 +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: <1333298918.87a330b69d7c617e0a14f3aaa028e697b67a7fff.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: 87a330b69d7c617e0a14f3aaa028e697b67a7fff X-VCS-Branch: master Date: Sun, 1 Apr 2012 16:48:51 +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: 747783b4-842d-42bf-95c3-870eb893b56c X-Archives-Hash: 528540547a42d6f2d9843ac04baede77 commit: 87a330b69d7c617e0a14f3aaa028e697b67a7fff Author: Zac Medico gentoo org> AuthorDate: Sun Apr 1 16:48:38 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Apr 1 16:48:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D87a330b6 repoman: disable header/timestamp check for svn --- bin/repoman | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/repoman b/bin/repoman index 54d864f..4197900 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',) +vcs_preserves_mtime =3D vcs not in ('git', 'svn') =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")