Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
Date: Wed, 01 Oct 2014 23:02:38
Message-Id: 1412204237.ff18c036dca34d9170137f82029546f9c6455cb5.dol-sen@gentoo
1 commit: ff18c036dca34d9170137f82029546f9c6455cb5
2 Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 2 15:58:38 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 1 22:57:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ff18c036
7
8 repoman/checks/directories/files.py: Fix to use global vcs_new_changed
9
10 ---
11 pym/repoman/checks/directories/files.py | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
15 index 5dfca25..87220c0 100644
16 --- a/pym/repoman/checks/directories/files.py
17 +++ b/pym/repoman/checks/directories/files.py
18 @@ -40,7 +40,7 @@ class FileChecks(object):
19 if index != -1:
20 y_relative = os.path.join(checkdir_relative, y_file)
21 invcs = self.vcs_settings.vcs is not None
22 - inchangeset = self.vcs_new_changed(y_relative, changed, new)
23 + inchangeset = vcs_new_changed(y_relative, changed, new)
24 if invcs and not inchangeset:
25 # If the file isn't in the VCS new or changed set, then
26 # assume that it's an irrelevant temporary file (Manifest