Mercurial > hg
view contrib/docker/debian-jessie @ 27199:8f5735b4aca5
check-commit: remove confusion between summary line and other headers
The pull url header can easily grow over 80 chars. The check-commit script was
confusing this with a too long summary line. We update the regular expression to
not match other header.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 06 Nov 2015 17:27:42 -0500 |
parents | 4c4d0012db4f |
children | e02bae37af30 |
line wrap: on
line source
FROM debian:jessie RUN apt-get update && apt-get install -y \ build-essential \ debhelper \ dh-python \ devscripts \ python \ python-all-dev \ python-docutils \ zip \ unzip