瀏覽代碼

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>
(cherry picked from commit f64701b03da220099b8c15361fed6f3034b6d469)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Matt Weber 4 年之前
父節點
當前提交
6c2a2a3335
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/scanpypi

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