common/scripts/lint-conflicts: add bootstrap repo
This commit is contained in:
parent
88df0eba0f
commit
2438f3a3a4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
declare -A newly_built conflicts_cache providers_cache pairs owners
|
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
|
rv=0
|
||||||
|
|
||||||
template_exists() {
|
template_exists() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue