##// END OF EJS Templates
make: add Debian 9 (Stretch) docker target
av6 -
r33026:231690db stable
parent child Browse files
Show More
@@ -203,6 +203,10 b' docker-debian-jessie: contrib/docker/deb'
203 203 mkdir -p packages/debian-jessie
204 204 contrib/dockerdeb debian jessie
205 205
206 docker-debian-stretch: contrib/docker/debian-stretch
207 mkdir -p packages/debian-stretch
208 contrib/dockerdeb debian stretch
209
206 210 contrib/docker/ubuntu-%: contrib/docker/ubuntu.template
207 211 sed "s/__CODENAME__/$*/" $< > $@
208 212
@@ -293,7 +297,7 b' linux-wheels-i686:'
293 297 .PHONY: help all local build doc cleanbutpackages clean install install-bin \
294 298 install-doc install-home install-home-bin install-home-doc \
295 299 dist dist-notests check tests check-code update-pot \
296 osx deb ppa docker-debian-jessie \
300 osx deb ppa docker-debian-jessie docker-debian-stretch \
297 301 docker-ubuntu-trusty docker-ubuntu-trusty-ppa \
298 302 docker-ubuntu-xenial docker-ubuntu-xenial-ppa \
299 303 docker-ubuntu-yakkety docker-ubuntu-yakkety-ppa \
General Comments 0
You need to be logged in to leave comments. Login now