Mercurial > hg
changeset 33026:231690dba9b4 stable
make: add Debian 9 (Stretch) docker target
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 23 Jun 2017 13:33:41 +0800 |
parents | 5c1283713293 |
children | 91ae09010950 b63351f6a246 094532cee533 |
files | Makefile |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Jun 23 13:08:46 2017 +0800 +++ b/Makefile Fri Jun 23 13:33:41 2017 +0800 @@ -203,6 +203,10 @@ mkdir -p packages/debian-jessie contrib/dockerdeb debian jessie +docker-debian-stretch: contrib/docker/debian-stretch + mkdir -p packages/debian-stretch + contrib/dockerdeb debian stretch + contrib/docker/ubuntu-%: contrib/docker/ubuntu.template sed "s/__CODENAME__/$*/" $< > $@ @@ -293,7 +297,7 @@ .PHONY: help all local build doc cleanbutpackages clean install install-bin \ install-doc install-home install-home-bin install-home-doc \ dist dist-notests check tests check-code update-pot \ - osx deb ppa docker-debian-jessie \ + osx deb ppa docker-debian-jessie docker-debian-stretch \ docker-ubuntu-trusty docker-ubuntu-trusty-ppa \ docker-ubuntu-xenial docker-ubuntu-xenial-ppa \ docker-ubuntu-yakkety docker-ubuntu-yakkety-ppa \