From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id D84D82A5E
 for <dev@dpdk.org>; Tue, 21 Feb 2017 11:47:15 +0100 (CET)
Received: by mail-wm0-f45.google.com with SMTP id v186so106312008wmd.0
 for <dev@dpdk.org>; Tue, 21 Feb 2017 02:47:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=ZEz0JuR7ZylTg3t2uFokCjG4zhNZaMQsrXcf4b29L8A=;
 b=qAEFHE6CJqrQxBESelLyee45sYT4eahbJNTDqoWF6n9yBV8DQDG50Isccxonp/3Lg5
 MzWGXKAOqNbyzCgr2nhfDFvV9xMF1jhbZCFxYZLILhuIZhDlUudHQkIXn/378rKVMgbN
 Fwd+02ah/f4t0rQnsCDTjsJSghkJzDAhyxjmA9/Emp3ksu2MTf5cGWMn+8Fcvq83X2i/
 l4KDC+NtUjqunzcmd8j6Q7BDvDVHrhKXuyX2E1yoXAIz6z4cycGtTKaXrs09s3i7r/kO
 ZbF2NyoFqeKoesm5WcasYyq3B/fANX4sKlQbZnoPEPkIoWAvM14cyfpFGy7FELH8IbIO
 60Lw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=ZEz0JuR7ZylTg3t2uFokCjG4zhNZaMQsrXcf4b29L8A=;
 b=JyZ3XacfinNrlSejJ0bL6rTLz+as3NzNrGcjhbAWJSfzqLpokcBvCxEqvLqVWeqZdn
 MDt9TijDkNarjBNuiUXXANC1iWsfxa34YLFxu5wiTMTezz6cckopqISkpYI7MX5BSxKw
 JezhfEis51lYIe1EelOo5R0AdBdCxXj94QXYiWPVfdq3k1Ko7JP6yKDj8ua+uKfATgh7
 o7f8mnIvF5CKUwbLD2NNkTwcfAsIewtGKAMFYlfxANXqWZmvzWBZ6R8ZQwuQyRC2SYL/
 h3oBBs84I4g+K6dEuNX23+Gkjwd+/MCL/BW0EKZFFd3gb3LTe0rSW1DYmqvRO82MnMNp
 GyJw==
X-Gm-Message-State: AMke39kc23ED4uztvItooUXTOzwpzvZM9nKTEtGwPstBY9I6NRDwrqOfg/GGk9DkHykq/ldb
X-Received: by 10.28.109.27 with SMTP id i27mr13350762wmc.54.1487674035705;
 Tue, 21 Feb 2017 02:47:15 -0800 (PST)
Received: from xps13.localnet (111.15.136.77.rev.sfr.net. [77.136.15.111])
 by smtp.gmail.com with ESMTPSA id c9sm17038913wmf.18.2017.02.21.02.47.14
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 21 Feb 2017 02:47:15 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org
Date: Tue, 21 Feb 2017 11:47:08 +0100
Message-ID: <7598805.WUnj4QV6qd@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <7a95f024-ab7c-7ee3-e159-54f1424e69da@intel.com>
References: <1487672522-18664-1-git-send-email-thomas.monjalon@6wind.com>
 <7a95f024-ab7c-7ee3-e159-54f1424e69da@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] maintainers: fix script paths
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Feb 2017 10:47:16 -0000

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