All of lore.kernel.org
 help / color / mirror / Atom feed
* [rrs][PATCH] rrs_maintainer_history: update maintainers.inc path
@ 2017-10-17 20:56 Jose Lamego
  0 siblings, 0 replies; only message in thread
From: Jose Lamego @ 2017-10-17 20:56 UTC (permalink / raw)
  To: yocto

maintainers.inc was moved to oe-core in commit
9559eee2a7facf871a718541836643b03fb66d9e

This change updates maintainers.inc path to new location
in meta directory.

Signed-off-by: Jose Lamego <jose.a.lamego@linux.intel.com>
---
 rrs/tools/rrs_maintainer_history.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rrs/tools/rrs_maintainer_history.py b/rrs/tools/rrs_maintainer_history.py
index 0d0073c..c2e3d96 100755
--- a/rrs/tools/rrs_maintainer_history.py
+++ b/rrs/tools/rrs_maintainer_history.py
@@ -24,7 +24,7 @@ import settings
 from layerindex.models import Recipe, LayerBranch, LayerItem
 from rrs.models import Maintainer, RecipeMaintainerHistory, RecipeMaintainer
 
-MAINTAINERS_INCLUDE_PATH = 'meta-poky/conf/distro/include/maintainers.inc'
+MAINTAINERS_INCLUDE_PATH = 'meta/conf/distro/include/maintainers.inc'
 
 
 """
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-17 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-17 20:56 [rrs][PATCH] rrs_maintainer_history: update maintainers.inc path Jose Lamego

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.