mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
Fix spelling "infront" -> "in front"
Make codespell CI check pass again. This is trivial, so directly pushing to master.
This commit is contained in:
parent
f9bca7cf09
commit
47984a8722
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ $ pmbootstrap config mirrors.systemd none
|
|||
|
||||
For all repositories, it is possible to add `_custom` entries, for example
|
||||
`pmaports_custom` in addition to `pmaports`. If these are set, then pmbootstrap
|
||||
creates addition entries infront of the real mirrors in
|
||||
creates addition entries in front of the real mirrors in
|
||||
`/etc/apk/repositories`. This is used by [BPO](https://build.postmarketos.org)
|
||||
to build packages with a WIP repository enabled in addition to the final
|
||||
repository, but could also be used if you have another custom repository that
|
||||
|
|
|
@ -92,7 +92,7 @@ def urls(
|
|||
if repo in mirrors_exclude:
|
||||
continue
|
||||
|
||||
# Allow adding a custom mirror infront of the real mirror. This is used
|
||||
# Allow adding a custom mirror in front of the real mirror. This is used
|
||||
# in bpo to build with a WIP repository in addition to the final
|
||||
# repository.
|
||||
for suffix in ["_custom", ""]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue