fix: use https for aurblup's default mirror instead of ftp

It seems the ftp mirror from kernel.org cannot be used anymore,
but the https mirror can. So, the default config has been updated
to reflect this; otherwise, aurblup bugs out.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-09 00:14:24 -08:00
parent e9cc133005
commit 464540c9a9
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -98,7 +98,7 @@ max-blob-size = 256000
[aurblup] [aurblup]
db-path = /srv/http/aurweb/aurblup/ db-path = /srv/http/aurweb/aurblup/
sync-dbs = core extra community multilib testing community-testing sync-dbs = core extra community multilib testing community-testing
server = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64 server = https://mirrors.kernel.org/archlinux/%s/os/x86_64
[mkpkglists] [mkpkglists]
packagesfile = /srv/http/aurweb/web/html/packages.gz packagesfile = /srv/http/aurweb/web/html/packages.gz