aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-29 17:28:27 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-29 17:28:27 -0600
commit0f6c08d614d8e10f7552f5df7c542ca9deb1126b (patch)
tree461967ee819a8be1153124f9b9536349a59f684a /repos
parentd4f78e859b2541cd0f3276689a08b0af6e3213fe (diff)
downloadwhere-packaged-0f6c08d614d8e10f7552f5df7c542ca9deb1126b.tar.gz
where-packaged-0f6c08d614d8e10f7552f5df7c542ca9deb1126b.zip
don't actually use an alpine mirror
why would you not handle If-Modified-Since smdh
Diffstat (limited to 'repos')
-rw-r--r--repos/alpine_linux.py2
1 files changed, 1 insertions, 1 deletions
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,