diff options
-rwxr-xr-x | lib/common-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common-functions b/lib/common-functions index 5b649e7..197c16c 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -485,6 +485,7 @@ find_package_repository_to_package() { git -C "${repo_path}" archive "${git_commit}" -- | \ tar -t --wildcards "*/${package}/" | \ cut -d/ -f1 | \ + grep -vxF blacklist | \ sort -u ) else |