Pārlūkot izejas kodu

utils/scanpypi: remind developer about updating DEVELOPERS and Config.in

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Matt Weber 5 gadi atpakaļ
vecāks
revīzija
f64701b03d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      utils/scanpypi

+ 2 - 0
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: