Mercurial > hg
view contrib/docker/centos5 @ 22693:68439b154063
exchange: have `pull` return the pulloperation object
We mimic what was done for `push` for similar reason. We are about to drop
`localrepo.pull` (for consistency with dropping `localrepo.push` and we better
have an API as extensible as `push` is.
Find explanations about localrepo.push removal in 4d52e6eb98ea.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 03 Oct 2014 11:07:47 -0500 |
parents | 49ea49823769 |
children | eea2e0f76a24 |
line wrap: on
line source
FROM saltstack/centos-5-minimal RUN yum install -y gcc make rpm-build gettext tar RUN yum install -y python-devel python-docutils # For creating repo meta data RUN yum install -y createrepo RUN yum install -y readline-devel openssl-devel ncurses-devel zlib-devel bzip2-devel