* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2014-06-02 15:59 Tom Wijsman
0 siblings, 0 replies; 9+ messages in thread
From: Tom Wijsman @ 2014-06-02 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 866098ac59e77b1ca68b68f0a9abb2a721475a1c
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 15:58:38 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=866098ac
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
---
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2014-10-01 23:02 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2014-10-01 23:02 UTC (permalink / raw
To: gentoo-commits
commit: ff18c036dca34d9170137f82029546f9c6455cb5
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Wed Oct 1 22:57:17 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ff18c036
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
---
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2014-10-01 23:46 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2014-10-01 23:46 UTC (permalink / raw
To: gentoo-commits
commit: 1963d867cdcbb50904f799c3c4d1b51f0f689a97
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Wed Oct 1 23:45:32 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=1963d867
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
---
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2014-11-17 0:55 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2014-11-17 0:55 UTC (permalink / raw
To: gentoo-commits
commit: 3377d773472fbcbe9fe65841066a25b8e6cf8a0c
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Mon Nov 17 00:53:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=3377d773
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
---
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2015-08-10 13:44 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2015-08-10 13:44 UTC (permalink / raw
To: gentoo-commits
commit: fe86d604b860d64fdc7adc3516b9ea963aa47d0a
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 21 05:46:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fe86d604
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2015-08-10 14:45 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2015-08-10 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 7df404bb23654d690eece160796116d896fbd774
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 14:45:19 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7df404bb
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2015-08-11 23:54 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2015-08-11 23:54 UTC (permalink / raw
To: gentoo-commits
commit: 24e5ba3d297c3dbc92700ce90aa1c75dd7f0f0e4
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 23:52:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=24e5ba3d
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2015-09-05 21:27 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2015-09-05 21:27 UTC (permalink / raw
To: gentoo-commits
commit: ef08b0f94ace16f9644cb2abed960bf1feffc859
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 21:26:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ef08b0f9
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/
@ 2015-09-05 21:48 Brian Dolbec
0 siblings, 0 replies; 9+ messages in thread
From: Brian Dolbec @ 2015-09-05 21:48 UTC (permalink / raw
To: gentoo-commits
commit: aef672068e2328cfc94642e41812a4cbb2066bef
Author: Tom Wijsman <tomwij <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 15:58:38 2014 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 21:47:33 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=aef67206
repoman/checks/directories/files.py: Fix to use global vcs_new_changed
pym/repoman/checks/directories/files.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/repoman/checks/directories/files.py b/pym/repoman/checks/directories/files.py
index 5dfca25..87220c0 100644
--- a/pym/repoman/checks/directories/files.py
+++ b/pym/repoman/checks/directories/files.py
@@ -40,7 +40,7 @@ class FileChecks(object):
if index != -1:
y_relative = os.path.join(checkdir_relative, y_file)
invcs = self.vcs_settings.vcs is not None
- inchangeset = self.vcs_new_changed(y_relative, changed, new)
+ inchangeset = vcs_new_changed(y_relative, changed, new)
if invcs and not inchangeset:
# If the file isn't in the VCS new or changed set, then
# assume that it's an irrelevant temporary file (Manifest
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-09-05 21:48 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 23:02 [gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/directories/ Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2015-09-05 21:48 Brian Dolbec
2015-09-05 21:27 Brian Dolbec
2015-08-11 23:54 Brian Dolbec
2015-08-10 14:45 Michał Górny
2015-08-10 13:44 Brian Dolbec
2014-11-17 0:55 Brian Dolbec
2014-10-01 23:46 Brian Dolbec
2014-06-02 15:59 Tom Wijsman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox