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 f64701b03d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Matt Weber 2019-11-19 11:15:27 -06:00 committed by Peter Korsgaard
parent 4a5717757f
commit 6c2a2a3335

View File

@ -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: