Skip to content

Commit

Permalink
Deb: Rename mariadb.init 10.5->10.6 on 10.6 branch
Browse files Browse the repository at this point in the history
Also fix a few other occurences of 10.5 -> 10.6.

This commit complements commit 4501c7e
that seem to have missed these changes.
  • Loading branch information
ottok committed Mar 11, 2021
1 parent f386fdd commit 0da6d67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/mariadb-server-10.6.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
2 changes: 1 addition & 1 deletion debian/salsa-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0da6d67

Please sign in to comment.