Marcel Telka
2023-12-05 3f1a446817fda3525a4784d5f72c12ac0a585bd4
tools/python-integrate-project: warn on unincorporated renamed packages too

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