From 171aa7c982bfa702baf6d6dd590a929167a5204d Mon Sep 17 00:00:00 2001
From: Jelle van der Waa <jelle@archlinux.org>
Date: Tue, 2 Feb 2021 20:28:29 +0100
Subject: [PATCH] Switch to our own mirror for aurblup

The mirrors.kernel.org mirror seems to have network issues for us from
aur.archlinux.org which makes the aurweb-aurblup service fail from time
to time. Switch to our own mirror as we are in control.
---
 roles/aurweb/templates/config.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/aurweb/templates/config.j2 b/roles/aurweb/templates/config.j2
index b9cb690b2..434f41c7c 100644
--- a/roles/aurweb/templates/config.j2
+++ b/roles/aurweb/templates/config.j2
@@ -36,7 +36,7 @@ max-blob-size = 500000
 
 [aurblup]
 db-path = {{ aurweb_dir }}/aurblup
-server = https://mirrors.kernel.org/archlinux/%s/os/x86_64
+server = https://mirror.pkgbuild.com/%s/os/x86_64
 
 [mkpkglists]
 packagesfile = {{ aurweb_dir }}/web/html/packages.gz
-- 
GitLab