[dpdk-dev] maintainers: fix script paths

Message ID 1487672522-18664-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Thomas Monjalon Feb. 21, 2017, 10:22 a.m. UTC
  The directory scripts does not exist anymore.
The files have been moved but some paths were not updated
in the maintainers list.

Fixes: 9a98f50e890b ("scripts: move to devtools")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Ferruh Yigit Feb. 21, 2017, 10:43 a.m. UTC | #1
On 2/21/2017 10:22 AM, Thomas Monjalon wrote:
> The directory scripts does not exist anymore.
> The files have been moved but some paths were not updated
> in the maintainers list.
> 
> Fixes: 9a98f50e890b ("scripts: move to devtools")
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Thomas Monjalon Feb. 21, 2017, 10:47 a.m. UTC | #2
2017-02-21 10:43, Ferruh Yigit:
> On 2/21/2017 10:22 AM, Thomas Monjalon wrote:
> > The directory scripts does not exist anymore.
> > The files have been moved but some paths were not updated
> > in the maintainers list.
> > 
> > Fixes: 9a98f50e890b ("scripts: move to devtools")
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

One may ask how I did such a trivial miss ;)
Applied
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8305237..24e0eff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -70,7 +70,7 @@  ABI versioning
 M: Neil Horman <nhorman@tuxdriver.com>
 F: lib/librte_compat/
 F: doc/guides/rel_notes/deprecation.rst
-F: scripts/validate-abi.sh
+F: devtools/validate-abi.sh
 
 Driver information
 F: buildtools/pmdinfogen/
@@ -241,7 +241,7 @@  F: app/test/test_mbuf.c
 Ethernet API
 M: Thomas Monjalon <thomas.monjalon@6wind.com>
 F: lib/librte_ether/
-F: scripts/test-null.sh
+F: devtools/test-null.sh
 
 Flow API
 M: Adrien Mazarguil <adrien.mazarguil@6wind.com>