Skip to content

Commit

Permalink
Merge pull request #5 from PaaS-TA/mariadb-10.5.17
Browse files Browse the repository at this point in the history
[PAAS-TA-APP-LIFECYCLE-SERVICE-RELEASE] mariadb 10.5.17
  • Loading branch information
okpc579 committed Sep 2, 2022
2 parents 791db1b + 8e065c7 commit 7c5616a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- Download & Copy "source files" into the src directory
```
## download source files
$ wget -O src.zip https://nextcloud.paas-ta.org/index.php/s/WNXp8ZfHSA4pQbF/download
$ wget -O src.zip https://nextcloud.paas-ta.org/index.php/s/cTgLE4YCoFgMBpA/download
## unzip download source files
$ unzip src.zip
Expand All @@ -101,7 +101,7 @@
├── java
│   └── OpenJDK8U-jre_x64_linux_hotspot_8u212b03.tar.gz
├── mariadb
│   └── mariadb-10.5.16-linux-x86_64.tar.gz
│   └── mariadb-10.5.17-linux-x86_64.tar.gz
├── nginx
│   └── nginx-1.21.3.tar.gz
├── postgres
Expand Down
2 changes: 1 addition & 1 deletion jobs/app-lifecycle/templates/bin/pre-start.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ ! -e ${SETUP_HISTORY_DIR}/mysql-client-lib-CCE ]; then
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash

sudo apt-get install software-properties-common -y
sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.3/ubuntu bionic main'
#sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.3/ubuntu bionic main'

sudo apt update -y

Expand Down
4 changes: 2 additions & 2 deletions packages/mariadb/packaging
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e -x

PKG_NAME="mariadb-10.5.16-linux-x86_64"
ARCHIVE="mariadb/mariadb-10.5.16-linux-x86_64.tar.gz"
PKG_NAME="mariadb-10.5.17-linux-x86_64"
ARCHIVE="mariadb/mariadb-10.5.17-linux-x86_64.tar.gz"

# CHECK EXISTED
if [[ -f $ARCHIVE ]] ; then
Expand Down

0 comments on commit 7c5616a

Please sign in to comment.