Skip to content

Commit

Permalink
Stash the mysql-build@oss.oracle.com key locally instead of calling p…
Browse files Browse the repository at this point in the history
…gp.mit.edu
  • Loading branch information
sodabrew committed Nov 14, 2017
1 parent ad4cd99 commit f8ee23a
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis_mysql57.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
apt-get purge -qq '^mysql*' '^libmysql*'
rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5
apt-key add - < support/5072E1F5.asc
add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-5.7'
apt-get update -qq
apt-get install -qq mysql-server libmysqlclient-dev
Expand Down
2 changes: 1 addition & 1 deletion .travis_mysql80.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
apt-get purge -qq '^mysql*' '^libmysql*'
rm -fr /etc/mysql
rm -fr /var/lib/mysql
apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5
apt-key add - < support/5072E1F5.asc
add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-8.0'
apt-get update -qq
apt-get install -qq mysql-server libmysqlclient-dev
Expand Down
Loading

0 comments on commit f8ee23a

Please sign in to comment.