mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
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
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue