Skip to content

Commit 84d7930

Browse files
authored
Merge pull request #3283 from SUSE/create-pull-request/update-versions-and-files
🤖: Update package versions and files
2 parents bc75c1e + 1c3120f commit 84d7930

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/bci_build/package/mariadb/10.11/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ EOSQL
618618
mysql_note "Temporary server stopped"
619619

620620
if _check_if_upgrade_is_needed; then
621-
# need a restart as FLUSH PRIVILEGES isn't reversable
621+
# need a restart as FLUSH PRIVILEGES isn't reversible
622622
mysql_note "Restarting temporary server for upgrade"
623623
docker_temp_server_start "$@" --skip-grant-tables \
624624
--loose-innodb_buffer_pool_dump_at_shutdown=0

src/bci_build/package/mariadb/10.11/healthcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ while [ $# -gt 0 ]; do
363363
;;
364364
--no-connect)
365365
# used for /docker-entrypoint-initdb.d scripts
366-
# where you definately don't want a connection test
366+
# where you definitely don't want a connection test
367367
connect_s=0
368368
;;
369369
--*)
@@ -386,7 +386,7 @@ while [ $# -gt 0 ]; do
386386
shift
387387
done
388388
if [ "$connect_s" != "0" ]; then
389-
# we didn't pass a connnect test, so the current success status is suspicious
389+
# we didn't pass a connect test, so the current success status is suspicious
390390
# return what connect thinks.
391391
connect
392392
exit $?

src/bci_build/package/mariadb/11.8/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ EOSQL
620620
mysql_note "Temporary server stopped"
621621

622622
if _check_if_upgrade_is_needed; then
623-
# need a restart as FLUSH PRIVILEGES isn't reversable
623+
# need a restart as FLUSH PRIVILEGES isn't reversible
624624
mysql_note "Restarting temporary server for upgrade"
625625
docker_temp_server_start "$@" --skip-grant-tables \
626626
--loose-innodb_buffer_pool_dump_at_shutdown=0

src/bci_build/package/mariadb/11.8/healthcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ while [ $# -gt 0 ]; do
365365
;;
366366
--no-connect)
367367
# used for /docker-entrypoint-initdb.d scripts
368-
# where you definately don't want a connection test
368+
# where you definitely don't want a connection test
369369
connect_s=0
370370
;;
371371
--*)
@@ -388,7 +388,7 @@ while [ $# -gt 0 ]; do
388388
shift
389389
done
390390
if [ "$connect_s" != "0" ]; then
391-
# we didn't pass a connnect test, so the current success status is suspicious
391+
# we didn't pass a connect test, so the current success status is suspicious
392392
# return what connect thinks.
393393
connect
394394
exit $?

src/bci_build/package/package_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"16.1": "2.5",
1717
"6": "2.5",
1818
"7": "2.5",
19-
"Tumbleweed": "2.6",
19+
"Tumbleweed": "3.0",
2020
"version_format": "minor"
2121
},
2222
"distribution": {

0 commit comments

Comments
 (0)