@@ -0,0 +1,6 | |||||
|
1 | # https://mariadb.com/kb/en/mariadb/installing-mariadb-deb-files/ | |||
|
2 | # /etc/apt/preferences.d/ | |||
|
3 | ||||
|
4 | Package: * | |||
|
5 | Pin: origin ftp.osuosl.org | |||
|
6 | Pin-Priority: 1000 |
@@ -61,6 +61,7 before_install: | |||||
61 | sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db ; |
|
61 | sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db ; | |
62 | MARIADB_VER=`echo $DB | sed -e 's/mariadb-//'` ; |
|
62 | MARIADB_VER=`echo $DB | sed -e 's/mariadb-//'` ; | |
63 | sudo add-apt-repository ''"deb http://ftp.osuosl.org/pub/mariadb/repo/${MARIADB_VER}/ubuntu precise main"'' ; |
|
63 | sudo add-apt-repository ''"deb http://ftp.osuosl.org/pub/mariadb/repo/${MARIADB_VER}/ubuntu precise main"'' ; | |
|
64 | sudo cp test/travis/mariadb.pref /etc/apt/preferences.d/mariadb.pref ; | |||
64 | sudo apt-get update ; |
|
65 | sudo apt-get update ; | |
65 | sudo DEBIAN_FRONTEND=noninteractive apt-get -q --yes --force-yes -f --option DPkg::Options::=--force-confnew install mariadb-server ; |
|
66 | sudo DEBIAN_FRONTEND=noninteractive apt-get -q --yes --force-yes -f --option DPkg::Options::=--force-confnew install mariadb-server ; | |
66 | sudo apt-get install libmariadbd-dev ; |
|
67 | sudo apt-get install libmariadbd-dev ; |
General Comments 0
You need to be logged in to leave comments.
Login now