From patchwork Sun Aug 11 12:07:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 1145296 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bootlin.com Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 465yRb2sSxz9sML for ; Sun, 11 Aug 2019 22:08:11 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EA2008783F; Sun, 11 Aug 2019 12:08:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yEVaqTghpS-O; Sun, 11 Aug 2019 12:08:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 682FC87884; Sun, 11 Aug 2019 12:08:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 992441BF4E5 for ; Sun, 11 Aug 2019 12:08:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8CC1387872 for ; Sun, 11 Aug 2019 12:08:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-C3H+XD5cTu for ; Sun, 11 Aug 2019 12:08:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by hemlock.osuosl.org (Postfix) with ESMTPS id B869A8788E for ; Sun, 11 Aug 2019 12:08:02 +0000 (UTC) X-Originating-IP: 90.30.228.116 Received: from localhost (atoulouse-659-1-185-116.w90-30.abo.wanadoo.fr [90.30.228.116]) (Authenticated sender: thomas.petazzoni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 19A6F1BF203; Sun, 11 Aug 2019 12:08:01 +0000 (UTC) From: Thomas Petazzoni To: buildroot@buildroot.org Date: Sun, 11 Aug 2019 14:07:29 +0200 Message-Id: <20190811120739.26539-8-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] DEVELOPERS: add Rafal Susz as contact for s6lx9_microboard_defconfig 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: , Cc: Rafal Susz , Thomas Petazzoni Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Rafal was the last person modifying this defconfig. Let's add him as the contact for this defconfig, so that he receives build failure notifications and gets Cc'ed on patches. Signed-off-by: Thomas Petazzoni Cc: Rafal Susz Acked-by: Rafal Susz --- Rafal, could you reply with an Acked-by, if you're fine with this? Thanks! --- DEVELOPERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index 8b1ba6b643..51daa91d02 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1913,6 +1913,10 @@ F: package/synergy/ N: Pranit Sirsat F: package/paho-mqtt-c/ +N: Rafal Susz +F: board/avnet/s6lx9_microboard/ +F: configs/s6lx9_microboard_defconfig + N: Rahul Bedarkar F: package/cxxtest/ F: package/gflags/