Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Added checker…
Browse files Browse the repository at this point in the history
… to ensure that the currently used mariadb repository is available
  • Loading branch information
Mikhail Sandakov committed Dec 27, 2023
1 parent 9600c02 commit 0b9b7f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actions/mariadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
class CheckMariadbRepoAvailable(action.CheckAction):
def __init__(self):
self.name = "check mariadb repo available"
self.description = """The MariaDB repository with id '{}' is not accessible. This issue may be caused by the deprecation of the currently installed MariaDB version
self.description = """
The MariaDB repository with id '{}' is not accessible. This issue may be caused by the deprecation of the currently installed MariaDB version
\tor the disabling of the MariaDB repository by the provider. To resolve this,
\tupdate MariaDB to any version from the official repository 'rpm.mariadb.org',
\t or use the official archive repository for your current MariaDB version at 'archive.mariadb.org'.
\tor use the official archive repository for your current MariaDB version at 'archive.mariadb.org'.
"""

def _do_check(self) -> bool:
Expand Down

0 comments on commit 0b9b7f3

Please sign in to comment.