From 0f6c08d614d8e10f7552f5df7c542ca9deb1126b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 29 Mar 2021 17:28:27 -0600 Subject: don't actually use an alpine mirror why would you not handle If-Modified-Since smdh --- repos/alpine_linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/alpine_linux.py b/repos/alpine_linux.py index f8612d2..7c646cc 100644 --- a/repos/alpine_linux.py +++ b/repos/alpine_linux.py @@ -58,7 +58,7 @@ def parse_cached(cached: Path) -> Mapping[str, Version]: return parse_apkindex(apkindex_file) def build_repo(name: str, url_path: str) -> Repository: - url = f'https://mirrors.kernel.org/alpine/{url_path}/APKINDEX.tar.gz' + url = f'http://dl-cdn.alpinelinux.org/alpine/{url_path}/APKINDEX.tar.gz' return Repository( family='Alpine Linux', repo=name, -- cgit v1.2.3