Deb: Rename mariadb.init 10.5->10.6 on 10.6 branch

Also fix a few other occurences of 10.5 -> 10.6.

This commit complements commit 4501c7e875
that seem to have missed these changes.
This commit is contained in:
Otto Kekäläinen 2021-03-11 10:21:52 +02:00
parent f386fdd70e
commit 0da6d67a3a
3 changed files with 2 additions and 2 deletions

View file

@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
# Beware that there are two ypwhich one of them needs the 2>/dev/null!
if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
db_input high mariadb-server-10.5/nis_warning || true
db_input high mariadb-server-10.6/nis_warning || true
db_go
fi

2
debian/salsa-ci.yml vendored
View file

@ -625,7 +625,7 @@ mysql-8.0 Focal to mariadb-10.6 upgrade:
# Installation often fails (not a MariaDB reason), so do not require this test to pass
allow_failure: true
mysql-5.7 Bionic to mariadb-10.5 upgrade:
mysql-5.7 Bionic to mariadb-10.6 upgrade:
stage: upgrade extras
needs:
- job: build stretch-backports