mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
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:
parent
f386fdd70e
commit
0da6d67a3a
3 changed files with 2 additions and 2 deletions
2
debian/mariadb-server-10.6.config
vendored
2
debian/mariadb-server-10.6.config
vendored
|
@ -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
2
debian/salsa-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue