Merge pull request #691 from WordOps/updating-configuration
Fix MariaDB repository in CI
This commit is contained in:
@@ -41,7 +41,7 @@ def pre_pref(self, apt_packages):
|
||||
mariadb_ver = self.app.config.get(
|
||||
'mariadb', 'release')
|
||||
wo_mysql_repo_conf = ("deb [signed-by=/etc/apt/keyrings/mariadb-keyring.pgp] "
|
||||
"https://deb.mariadb.org/"
|
||||
"http://deb.mariadb.org/"
|
||||
f"{mariadb_ver}/{WOVar.wo_distro} {WOVar.wo_platform_codename} main")
|
||||
else:
|
||||
wo_mysql_repo_conf = WOVar.wo_mysql_repo
|
||||
|
||||
@@ -188,7 +188,7 @@ class WOVar():
|
||||
|
||||
# APT repositories
|
||||
wo_mysql_repo = ("deb [signed-by=/etc/apt/keyrings/mariadb-keyring.pgp] "
|
||||
"https://deb.mariadb.org/"
|
||||
"http://deb.mariadb.org/"
|
||||
f"{mariadb_ver}/{wo_distro} {wo_platform_codename} main")
|
||||
mariadb_repo_key = "https://mariadb.org/mariadb_release_signing_key.pgp"
|
||||
if wo_distro == 'ubuntu':
|
||||
|
||||
Reference in New Issue
Block a user