Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: bin/
Date: Sun, 01 Apr 2012 16:49:00
Message-Id: 1333298918.87a330b69d7c617e0a14f3aaa028e697b67a7fff.zmedico@gentoo
1 commit: 87a330b69d7c617e0a14f3aaa028e697b67a7fff
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 16:48:38 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 16:48:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=87a330b6
7
8 repoman: disable header/timestamp check for svn
9
10 ---
11 bin/repoman | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/bin/repoman b/bin/repoman
15 index 54d864f..4197900 100755
16 --- a/bin/repoman
17 +++ b/bin/repoman
18 @@ -547,7 +547,7 @@ if options.if_modified == "y" and vcs is None:
19 options.if_modified = "n"
20
21 # Disable copyright/mtime check if vcs does not preserve mtime (bug #324075).
22 -vcs_preserves_mtime = vcs not in ('git',)
23 +vcs_preserves_mtime = vcs not in ('git', 'svn')
24
25 vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split()
26 vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")