From patchwork Tue Nov 19 17:15:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 1197554 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.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 47HXX74K2Cz9sR8 for ; Wed, 20 Nov 2019 04:15:35 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3BB498839E; Tue, 19 Nov 2019 17:15:33 +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 kBgHBRUY169H; Tue, 19 Nov 2019 17:15:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 679B0883A1; Tue, 19 Nov 2019 17:15:32 +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 06ED81BF3E8 for ; Tue, 19 Nov 2019 17:15:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 03D0A86A3C for ; Tue, 19 Nov 2019 17:15:31 +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 Da1j4mQ0aUpV for ; Tue, 19 Nov 2019 17:15:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ch3vs04.rockwellcollins.com (ch3vs04.rockwellcollins.com [205.175.226.52]) by fraxinus.osuosl.org (Postfix) with ESMTPS id BBA8686781 for ; Tue, 19 Nov 2019 17:15:29 +0000 (UTC) IronPort-SDR: gnZCK69rcfBxtw2P2QpxB+h1rf22Y46QHf3jveXM9GH31NZEmd2be5/HMZfAmcCT6DZNa83BWw 9jbcJhDikdOpF6Qu+xGueQ5rEePtkJopwRezfTOKZZatXb9v79hfr9YpjfD0PzCqWsFLxR+w+a jpImoJVW502xaplb8w/jZMB3zhvoQoh4ujjLbZj6QZ/LWGe8a01ZJHStNe1qx1gV8Gbnq5jNZc 2z/mnEMyaS1QMbG/+wPTyViyzHQTGF/vQYhBUgvNTZaBS/kLbgNCOhBK5KbsiOLuv2C67bvv7e biI= Received: from ofwch3n02.rockwellcollins.com (HELO dtulimr01.rockwellcollins.com) ([205.175.226.14]) by ch3vs04.rockwellcollins.com with ESMTP; 19 Nov 2019 11:15:29 -0600 X-Received: from biscuits.rockwellcollins.lab (biscuits.rockwellcollins.lab [10.148.119.137]) by dtulimr01.rockwellcollins.com (Postfix) with ESMTP id 6618960354; Tue, 19 Nov 2019 11:15:28 -0600 (CST) From: Matt Weber To: buildroot@buildroot.org Date: Tue, 19 Nov 2019 11:15:27 -0600 Message-Id: <20191119171527.18570-1-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 2.17.1 Subject: [Buildroot] [next] utils/scanpypi: remind developer about updating DEVELOPERS and Config.in 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Matthew Weber --- utils/scanpypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/scanpypi b/utils/scanpypi index 55b3d1e61c..abb190a536 100755 --- a/utils/scanpypi +++ b/utils/scanpypi @@ -739,6 +739,8 @@ def main(): package.create_hash_file() package.create_config_in() + print("NOTE: Remember to also make an update to the DEVELOPERS file") + print(" and include an entry for the pkg in packages/Config.in") print() # printing an empty line for visual confort finally: