2.0.11 build changes and adding gnutls dep

pull/2695/head
Nick Vyzas 6 years ago
parent feb136b650
commit c7cad100cc

@ -11,7 +11,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.0.10
export CURVER?=2.0.11
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
else

@ -1,32 +1,5 @@
version: "2.0"
services:
centos5_build:
image: proxysql/packaging:build-centos5
volumes:
- ./docker/images/proxysql/rhel-compliant/rpmmacros/:/root/
- ./docker/images/proxysql/rhel-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
- MAKE
- MAKEOPT
- CURVER
- PKG_RELEASE=centos5
command:
- /opt/entrypoint/entrypoint.bash
centos5_dbg_build:
image: proxysql/packaging:build-centos5
volumes:
- ./docker/images/proxysql/rhel-compliant/rpmmacros/:/root/
- ./docker/images/proxysql/rhel-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
- MAKE
- MAKEOPT
- CURVER
- PKG_RELEASE=dbg-centos5
- PROXYSQL_BUILD_TYPE=debug
command:
- /opt/entrypoint/entrypoint.bash
centos67_build:
image: proxysql/packaging:build-centos6.7
volumes:
@ -261,33 +234,6 @@ services:
- PROXYSQL_BUILD_TYPE=clickhouse
command:
- /opt/entrypoint/entrypoint.bash
debian7_build:
image: proxysql/packaging:build-debian7
volumes:
- ./docker/images/proxysql/deb-compliant/pre-systemd/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
- MAKE
- MAKEOPT
- CURVER
- PKG_RELEASE=debian7
command:
- /opt/entrypoint/entrypoint.bash
debian7_dbg_build:
image: proxysql/packaging:build-debian7
volumes:
- ./docker/images/proxysql/deb-compliant/pre-systemd/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
- MAKE
- MAKEOPT
- CURVER
- PKG_RELEASE=dbg-debian7
- PROXYSQL_BUILD_TYPE=debug
command:
- /opt/entrypoint/entrypoint.bash
debian8_build:
image: proxysql/packaging:build-debian8
volumes:
@ -438,33 +384,6 @@ services:
- PROXYSQL_BUILD_TYPE=clickhouse
command:
- /opt/entrypoint/entrypoint.bash
ubuntu12_build:
image: proxysql/packaging:build-ubuntu12
volumes:
- ./docker/images/proxysql/deb-compliant/pre-systemd/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
- MAKE
- MAKEOPT
- CURVER
- PKG_RELEASE=ubuntu12
command:
- /opt/entrypoint/entrypoint.bash
ubuntu12_dbg_build:
image: proxysql/packaging:build-ubuntu12
volumes:
- ./docker/images/proxysql/deb-compliant/pre-systemd/ctl/:/root/ctl/
- ./docker/images/proxysql/deb-compliant/entrypoint/:/opt/entrypoint/
- ./:/opt/proxysql/
environment:
- MAKE
- MAKEOPT
- CURVER
- PKG_RELEASE=dbg-ubuntu12
- PROXYSQL_BUILD_TYPE=debug
command:
- /opt/entrypoint/entrypoint.bash
ubuntu14_build:
image: proxysql/packaging:build-ubuntu14
volumes:

@ -1,12 +1,13 @@
Section: misc
Priority: optional
Homepage: http://www.proxysql.com
Homepage: https://proxysql.com
Standards-Version: 3.9.2
Package: proxysql
Version: PKG_VERSION_CURVER
Maintainer: Rene Cannao <rene.cannao@gmail.com>
Maintainer: ProxySQL LLC <info@proxysql.com>
Architecture: amd64
Depends: libgnutls28
# Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /usr/bin/

@ -1,12 +1,13 @@
Section: misc
Priority: optional
Homepage: http://www.proxysql.com
Homepage: https://proxysql.com
Standards-Version: 3.9.2
Package: proxysql
Version: PKG_VERSION_CURVER
Maintainer: Rene Cannao <rene.cannao@gmail.com>
Maintainer: ProxySQL LLC <info@proxysql.com>
Architecture: amd64
Depends: libgnutls28 | libgnutls30
# Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /usr/bin/

@ -1,12 +1,13 @@
Section: misc
Priority: optional
Homepage: http://www.proxysql.com
Homepage: https://proxysql.com
Standards-Version: 3.9.2
Package: proxysql
Version: PKG_VERSION_CURVER
Maintainer: Rene Cannao <rene.cannao@gmail.com>
Maintainer: ProxySQL LLC <info@proxysql.com>
Architecture: amd64
Depends: libgnutls28
# Changelog: CHANGELOG.md
# Readme: README.md
Files: proxysql /usr/bin/

@ -10,7 +10,7 @@ License: GPL+
Group: Development/Tools
SOURCE0 : %{name}-%{version}.tar.gz
URL: http://www.proxysql.com/
Requires: gnutls
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description

@ -13,7 +13,7 @@ License: GPL+
Group: Development/Tools
SOURCE0 : %{name}-%{version}.tar.gz
URL: http://www.proxysql.com/
Requires: gnutls
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description

Loading…
Cancel
Save