make: add Ubuntu Zesty docker targets (.deb and ppa) stable
authorAnton Shestakov <av6@dwimlabs.net>
Fri, 23 Jun 2017 12:04:12 +0800
branchstable
changeset 33024 9b690032fe07
parent 33023 e02bae37af30
child 33025 5c1283713293
make: add Ubuntu Zesty docker targets (.deb and ppa) Zesty Zapus was released on 2017-04-13 and will be supported until 2018-01.
Makefile
--- a/Makefile	Fri Jun 23 10:05:01 2017 +0800
+++ b/Makefile	Fri Jun 23 12:04:12 2017 +0800
@@ -221,6 +221,12 @@
 docker-ubuntu-yakkety-ppa: contrib/docker/ubuntu-yakkety
 	contrib/dockerdeb ubuntu yakkety --source-only
 
+docker-ubuntu-zesty: contrib/docker/ubuntu-zesty
+	contrib/dockerdeb ubuntu zesty
+
+docker-ubuntu-zesty-ppa: contrib/docker/ubuntu-zesty
+	contrib/dockerdeb ubuntu zesty --source-only
+
 fedora20:
 	mkdir -p packages/fedora20
 	contrib/buildrpm
@@ -288,6 +294,7 @@
 	docker-ubuntu-trusty docker-ubuntu-trusty-ppa \
 	docker-ubuntu-xenial docker-ubuntu-xenial-ppa \
 	docker-ubuntu-yakkety docker-ubuntu-yakkety-ppa \
+	docker-ubuntu-zesty docker-ubuntu-zesty-ppa \
 	fedora20 docker-fedora20 fedora21 docker-fedora21 \
 	centos5 docker-centos5 centos6 docker-centos6 centos7 docker-centos7 \
 	linux-wheels