From f64701b03da220099b8c15361fed6f3034b6d469 Mon Sep 17 00:00:00 2001 From: Matt Weber Date: Tue, 19 Nov 2019 11:15:27 -0600 Subject: [PATCH] utils/scanpypi: remind developer about updating DEVELOPERS and Config.in Signed-off-by: Matthew Weber Signed-off-by: Thomas Petazzoni --- utils/scanpypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/scanpypi b/utils/scanpypi index 796ce1d60c..387755bbb8 100755 --- a/utils/scanpypi +++ b/utils/scanpypi @@ -742,6 +742,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: