Skip to content

Commit

Permalink
Minor typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pondix committed Dec 30, 2019
1 parent cc5b09d commit 0d4cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ binaries/proxysql_binlog_reader-debian10:
docker rm debian10_build || true
docker create --name debian10_build proxysql/packaging:build-debian10 bash -c "while : ; do sleep 10 ; done"
docker start debian10_build
docker exec debian10_build bash -c "apt-get -y install wget lsb-release && wget https://dev.mysql.ccm/get/mysql-apt-config_0.8.9-1_all.deb && export DEBIAN_FRONTEND=noninteractive && echo mysql-apt-config mysql-apt-config/select-server select mysql-5.7 | debconf-set-selections && dpkg -i mysql-apt-config_0.8.9-1_all.deb && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8C718D3B5072E1F5; apt-get update && apt-get -y --force-yes install libmysqlclient-dev libmysqlclient20 && wget -q -O /usr/include/mysql/hash.h https://raw.githubusercontent.com/mysql/mysql-server/5.7/include/hash.h && apt-get -y --force-yes install libboost-all-dev && cd /opt; git clone https://github.com/sysown/proxysql_mysqlbinlog.git && cd /opt/proxysql_mysqlbinlog/libslave/ && cmake . && make slave_a ; cd /opt/proxysql_mysqlbinlog && make"
docker exec debian10_build bash -c "apt-get -y install wget lsb-release && wget https://dev.mysql.com/get/mysql-apt-config_0.8.9-1_all.deb && export DEBIAN_FRONTEND=noninteractive && echo mysql-apt-config mysql-apt-config/select-server select mysql-5.7 | debconf-set-selections && dpkg -i mysql-apt-config_0.8.9-1_all.deb && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8C718D3B5072E1F5; apt-get update && apt-get -y --force-yes install libmysqlclient-dev libmysqlclient20 && wget -q -O /usr/include/mysql/hash.h https://raw.githubusercontent.com/mysql/mysql-server/5.7/include/hash.h && apt-get -y --force-yes install libboost-all-dev && cd /opt; git clone https://github.com/sysown/proxysql_mysqlbinlog.git && cd /opt/proxysql_mysqlbinlog/libslave/ && cmake . && make slave_a ; cd /opt/proxysql_mysqlbinlog && make"
sleep 2
docker cp debian10_build:/opt/proxysql_mysqlbinlog/proxysql_binlog_reader ./binaries/proxysql_binlog_reader-debian10
docker exec debian10_build bash -c "apt-get update && apt-get -y install ruby rubygems ruby-dev && gem install fpm && fpm -s dir -t deb -v1.0 --license GPLv3 --category 'Development/Tools' --description 'ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB). All the while getting the unlimited freedom that comes with a GPL license. Its development is driven by the lack of open source proxies that provide high performance.' --url 'https://proxysql.com' --vendor 'ProxySQL LLC' --debug-workspace --workdir /tmp/ --package=/opt/proxysql_mysqlbinlog/ -n proxysql-mysqlbinlog /opt/proxysql_mysqlbinlog/proxysql_binlog_reader/=/bin/"
Expand Down

0 comments on commit 0d4cb11

Please sign in to comment.