Добавить возможность указания зеркал репозитория #78

Closed
opened 2025-05-08 07:15:41 +00:00 by Maks1mS · 0 comments
Collaborator

Пример:

[[repo]]
name = 'alr-repo'
url = 'https://gitea.plemya-x.ru/Plemya-x/alr-repo.git'
mirrors = [
  'https://gitea.plemya-x.ru/Plemya-x/alr-repo.git',
  'https://github.com/Plemya-x/alr-repo.git',
  'https://codeberg.org/Plemya-x/alr-repo.git'
]

Если основной URL не доступен, то идем поочередно по зеркалам.

Пример: ```toml [[repo]] name = 'alr-repo' url = 'https://gitea.plemya-x.ru/Plemya-x/alr-repo.git' mirrors = [ 'https://gitea.plemya-x.ru/Plemya-x/alr-repo.git', 'https://github.com/Plemya-x/alr-repo.git', 'https://codeberg.org/Plemya-x/alr-repo.git' ] ``` Если основной URL не доступен, то идем поочередно по зеркалам.
Maks1mS added the
Kind/Feature
label 2025-05-28 04:38:36 +00:00
Maks1mS added this to the v0.0.23 milestone 2025-06-17 10:09:47 +00:00
Sign in to join this conversation.
No description provided.