fix(bird2): switch download host from bird.network.cz to bird.nic.cz
CI / changes (push) Successful in 11s
CI / commitlint (push) Has been skipped
CI / openapi (push) Has been skipped
CI / web (push) Has been skipped
CI / go (push) Failing after 41s
CI / bird2 (push) Has been skipped
CI / release (push) Has been skipped
CI / changes (push) Successful in 11s
CI / commitlint (push) Has been skipped
CI / openapi (push) Has been skipped
CI / web (push) Has been skipped
CI / go (push) Failing after 41s
CI / bird2 (push) Has been skipped
CI / release (push) Has been skipped
Docker-сборка birdc падала с HTTP 403 при скачивании исходников BIRD 2.14 с bird.network.cz. Старый домен bird.network.cz больше не отдаёт файлы (403 для всех путей и User-Agent), официальный сайт BIRD переехал на bird.nic.cz. URL bird.nic.cz/download/bird-2.14.tar.gz проверен: 200 OK, ~1.4 МБ, совпадает с размером на старом домене. Страница old-releases на новом домене подтверждает тот же путь /download/bird-2.14.tar.gz. Изменены все 5 вхождений старого домена в репозитории: - deploy/docker/bird/bird-from-source.sh — критичный curl в сборке; - .cursor/rules/networking-bird.mdc — BIRD2 docs и DOC-SYNC-05; - .cursor/rules/context7-stack.mdc — приоритет источников; - .cursor/rules/engineering.mdc — таблица Documentation Sync. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -18,7 +18,7 @@ apt-get install -y --no-install-recommends \
|
||||
|
||||
cd /tmp
|
||||
rm -rf "bird-${BIRD_VERSION}"
|
||||
curl -fsSL "https://bird.network.cz/download/bird-${BIRD_VERSION}.tar.gz" | tar xz
|
||||
curl -fsSL "https://bird.nic.cz/download/bird-${BIRD_VERSION}.tar.gz" | tar xz
|
||||
cd "bird-${BIRD_VERSION}"
|
||||
./configure --prefix=/usr/local --enable-client
|
||||
make -j"$(nproc)"
|
||||
|
||||
Reference in New Issue
Block a user