From patchwork Wed Oct 7 20:10:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1378260 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=iRBIJEAg; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C656w0xXMz9sPB for ; Thu, 8 Oct 2020 07:10:32 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DA58627A61; Wed, 7 Oct 2020 20:10:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B3LFspe5cRdJ; Wed, 7 Oct 2020 20:10:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BAD8C2A0D9; Wed, 7 Oct 2020 20:10:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id D16A21BF593 for ; Wed, 7 Oct 2020 20:10:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CDA8386879 for ; Wed, 7 Oct 2020 20:10:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xsO8jkOukqM5 for ; Wed, 7 Oct 2020 20:10:23 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id CE4A885F5C for ; Wed, 7 Oct 2020 20:10:22 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1148-234.w90-120.abo.wanadoo.fr [90.120.95.234]) by koncepto.io (Postfix) with ESMTPSA id E8269602B6; Wed, 7 Oct 2020 22:10:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1602101421; bh=7vYyueEKG7YWCRZS9ojyUCv2lCtNetd02vaP2WDCj+M=; h=From:To:Cc:Subject:Date:From; b=iRBIJEAgCulSRDpK/8seBB0cCzgZ42ay2IwOcDhEeRidj7nBZZkiBXdpalxVJaIt/ qQOE897kvE8iB+AGiPzEyiB3mN7GYHra9aUvhn4DPvpQqfg27VRYvMXGaCpyItqWsM kbXx8O/4ccZOyJFJd7202ivZnaG9GZgAC/lIumAoP9WVMGrD1HAXYzpSUxD4sDqu2S EHOjgsW9kMOxsELS11GF4yFOrjDsrvgsm9WRYN1nUxadaB6NjPazReXqKPphXqkn1F jnqgywdURus4n9QxY5fcR0upqvesm1tUQUl71BV0opyY1e9LKh36mEs0pu1qB3pQXr q6Ha8n1UIaJXQ== To: buildroot@buildroot.org Date: Wed, 7 Oct 2020 22:10:19 +0200 Message-Id: <1602101419-7932-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] DEVELOPERS: Fix warning with get-developers X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Pierre-Jean Texier via buildroot Reply-To: Pierre-Jean Texier Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" There is a typo between 'N' (for Firstname Lastname ) & 'F' (for file pattern or directory) $: ./utils/get-developers outgoing/* WARNING: 'Sven Fischer ' doesn't match any file Fixes: e7ebc7cd0905d7 ("package/qt5/qt5remoteobjects: new package") Signed-off-by: Pierre-Jean Texier --- DEVELOPERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPERS b/DEVELOPERS index 354b856..3eceebf 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -2538,8 +2538,8 @@ F: configs/rock_pi_n10_defconfig F: configs/rockpro64_defconfig F: package/arm-gnu-a-toolchain/ -F: Sven Fischer -N: package/qt5/qt5remoteobjects/ +N: Sven Fischer +F: package/qt5/qt5remoteobjects/ N: Sven Haardiek F: package/lcdproc/