Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] bug 488836 repoman patch
Date: Sat, 28 Feb 2015 17:39:45
Message-Id: 20150228093939.26a58520.dolsen@gentoo.org
1 Zac found this bug in the list and parked it as having a patch.
2
3
4
5 Andrew Hamilton 2013-10-21 03:42:18 UTC
6 Repoman will not check the validity of the Copyright header if the tree being checked is not in a CVS repository. This is related to the solution for Bug 324075.
7
8
9 --- bin/repoman.orig 2013-10-20 23:43:08.342000000 -0400
10 +++ bin/repoman 2013-10-20 23:43:24.341000000 -0400
11 @@ -544,7 +544,7 @@
12 options.if_modified = "n"
13
14 # Disable copyright/mtime check if vcs does not preserve mtime (bug #324075).
15 -vcs_preserves_mtime = vcs in ('cvs',)
16 +vcs_preserves_mtime = vcs in ('cvs', None)
17
18 vcs_local_opts = repoman_settings.get("REPOMAN_VCS_LOCAL_OPTS", "").split()
19 vcs_global_opts = repoman_settings.get("REPOMAN_VCS_GLOBAL_OPTS")
20
21
22 --
23 Brian Dolbec <dolsen>