utils/scanpypi: remind developer about updating DEVELOPERS and Config.in
authorMatt Weber <matthew.weber@rockwellcollins.com>
Tue, 19 Nov 2019 17:15:27 +0000 (11:15 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 26 Dec 2019 08:32:32 +0000 (09:32 +0100)
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scanpypi

index 796ce1d60c3e2a99992391fb5f671c71ee982d39..387755bbb81718e8febca4bf5b8a224b3a1ff101 100755 (executable)
@@ -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: