projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7100e5c
)
utils/scanpypi: remind developer about updating DEVELOPERS and Config.in
author
Matt Weber
<matthew.weber@rockwellcollins.com>
Tue, 19 Nov 2019 17:15:27 +0000
(11:15 -0600)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/utils/scanpypi
b/utils/scanpypi
index 796ce1d60c3e2a99992391fb5f671c71ee982d39..387755bbb81718e8febca4bf5b8a224b3a1ff101 100755
(executable)
--- 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: