diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-07-18 22:47:51 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-07-18 22:48:04 -0700 |
commit | 1b5cf57dc8bc0a868005fc3603dde300fae504b7 (patch) | |
tree | dee603c537d3a2a1679e8227dd456765b4b45472 /_includes/partials | |
parent | Add some more mips downloads (diff) | |
download | www-1b5cf57dc8bc0a868005fc3603dde300fae504b7.tar.gz www-1b5cf57dc8bc0a868005fc3603dde300fae504b7.tar.bz2 www-1b5cf57dc8bc0a868005fc3603dde300fae504b7.zip |
downloads: stop using bouncer, use distfiles CDN instead
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to '_includes/partials')
-rw-r--r-- | _includes/partials/download-link.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/partials/download-link.html b/_includes/partials/download-link.html index 380760d..04dac81 100644 --- a/_includes/partials/download-link.html +++ b/_includes/partials/download-link.html @@ -1,4 +1,4 @@ {% capture url %}{{ include.arch }}/autobuilds/{{ site.data.downloads[include.arch][include.type][include.id].filename }}{% endcapture %} {% assign date = site.data.downloads[include.arch][include.type][include.id].date %} {% assign size = site.data.downloads[include.arch][include.type][include.id].size %} -{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='https://bouncer.gentoo.org/fetch/root/all/releases/' date=date size=size %} +{% include partials/download-link-raw.html title=include.title tag=include.tag url=url urlprefix='https://distfiles.gentoo.org/releases/' date=date size=size %} |