mirror of
https://github.com/MariaDB/server.git
synced 2025-08-20 05:03:09 +03:00
Deb: Mass replace 10.3 with 10.4 inside files
This commit is contained in:
4
debian/mariadb-server-10.4.py
vendored
4
debian/mariadb-server-10.4.py
vendored
@@ -1,4 +1,4 @@
|
||||
'''apport package hook for mariadb-10.3
|
||||
'''apport package hook for mariadb-10.4
|
||||
|
||||
(c) 2009 Canonical Ltd.
|
||||
Author: Mathias Gug <mathias.gug@canonical.com>
|
||||
@@ -20,7 +20,7 @@ def _add_my_conf_files(report, filename):
|
||||
continue
|
||||
|
||||
def add_info(report):
|
||||
attach_conffiles(report, 'mariadb-server-10.3', conffiles=None)
|
||||
attach_conffiles(report, 'mariadb-server-10.4', conffiles=None)
|
||||
key = 'Logs' + path_to_key('/var/log/daemon.log')
|
||||
report[key] = ""
|
||||
for line in read_file('/var/log/daemon.log').split('\n'):
|
||||
|
Reference in New Issue
Block a user