Mercurial > hg
view contrib/docker/centos7 @ 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 | 1d354814ff4d |
children | 1baa077214ae |
line wrap: on
line source
FROM centos:centos7 RUN yum install -y gcc RUN yum install -y python-devel python-docutils RUN yum install -y make RUN yum install -y rpm-build RUN yum install -y gettext RUN yum install -y tar # For creating repo meta data RUN yum install -y createrepo