common/scripts/lint-conflicts: add bootstrap repo

This commit is contained in:
classabbyamp 2022-10-10 14:18:16 -04:00 committed by Michael Aldridge
parent 88df0eba0f
commit 2438f3a3a4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ else
fi
declare -A newly_built conflicts_cache providers_cache pairs owners
repositories=("--repository=${binpkgs}" "--repository=${binpkgs}/nonfree")
repositories=("--repository=${binpkgs}/bootstrap" "--repository=${binpkgs}" "--repository=${binpkgs}/nonfree")
rv=0
template_exists() {