diff options
| -rwxr-xr-x | Documentation/maintainers/new/set-based-remove.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/maintainers/new/set-based-remove.sh b/Documentation/maintainers/new/set-based-remove.sh index 3be839d5663..ff4bd8f0f30 100755 --- a/Documentation/maintainers/new/set-based-remove.sh +++ b/Documentation/maintainers/new/set-based-remove.sh @@ -5,6 +5,7 @@ # Optional: # dev-vcs/git # app-portage/mgorny-dev-scripts +# dev-util/pkgcheck . $(dirname "$0")/lib.sh @@ -62,4 +63,10 @@ if [[ -d "${TARGET_REPO}/.git" ]] && hash git 2>/dev/null && hash pkgcommit 2>/d popd > /dev/null done + + if hash pkgcheck 2>/dev/null; then + pushd "${TARGET_REPO}" > /dev/null + pkgcheck scan --commits + popd > /dev/null + fi fi |
