Marcel Telka
2023-10-18 0d58425ec1e9dcbe18f5fcf8ce65b8c43e1c6cc9
tools/python-integrate-project: warn on unincorporated packages

1 files modified
2 ■■■■■ changed files
tools/python-integrate-project 2 ●●●●● patch | view | raw | blame | history
tools/python-integrate-project
@@ -450,6 +450,8 @@
    LC_ALL=C sort -u history > history.new
    mv history.new history
    git add history
    awk '$2 == "noincorporate" {printf("WARNING: Unincorporated package: %s\n", $1)}' < history >&2
fi