From cf4f9c17b1cfd107bcd7c3056bad74c632c08c53 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 9 Oct 2019 17:38:00 +0200 Subject: [PATCH] Switch MariaDB APT mirrors to OVH --- wo/core/variables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wo/core/variables.py b/wo/core/variables.py index 5e452b7..a2d4a2e 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -165,7 +165,7 @@ class WOVar(): wo_redis_repo = ("ppa:chris-lea/redis-server") wo_goaccess_repo = ("ppa:alex-p/goaccess") wo_mysql_repo = ("deb [arch=amd64,ppc64el] " - "http://sfo1.mirrors.digitalocean.com/mariadb/repo/" + "http://mariadb.mirrors.ovh.net/MariaDB/repo/" "10.3/ubuntu {codename} main" .format(codename=wo_platform_codename)) @@ -177,7 +177,7 @@ class WOVar(): wo_redis_repo = ("deb https://packages.sury.org/php/ {codename} all" .format(codename=wo_platform_codename)) wo_mysql_repo = ("deb [arch=amd64,ppc64el] " - "http://sfo1.mirrors.digitalocean.com/mariadb/repo/" + "http://mariadb.mirrors.ovh.net/MariaDB/repo/" "10.3/debian {codename} main" .format(codename=wo_platform_codename))