Gentoo Archives: gentoo-commits

From: Tom Wijsman <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
Date: Mon, 02 Jun 2014 15:59:59
Message-Id: 1401724718.866098ac59e77b1ca68b68f0a9abb2a721475a1c.tomwij@gentoo
1 commit: 866098ac59e77b1ca68b68f0a9abb2a721475a1c
2 Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 2 15:58:38 2014 +0000
4 Commit: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 2 15:58:38 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=866098ac
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