Mercurial > hg
annotate 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 |
rev | line source |
---|---|
22443 | 1 FROM saltstack/centos-5-minimal |
2 RUN yum install -y gcc make rpm-build gettext tar | |
3 RUN yum install -y python-devel python-docutils | |
22444
49ea49823769
dockerrpm: create a yum/dnf repo from the generated rpms
Mads Kiilerich <madski@unity3d.com>
parents:
22443
diff
changeset
|
4 # For creating repo meta data |
49ea49823769
dockerrpm: create a yum/dnf repo from the generated rpms
Mads Kiilerich <madski@unity3d.com>
parents:
22443
diff
changeset
|
5 RUN yum install -y createrepo |
22443 | 6 RUN yum install -y readline-devel openssl-devel ncurses-devel zlib-devel bzip2-devel |