contrib/docker/centos7
author Pierre-Yves David <pierre-yves.david@fb.com>
Fri, 09 Oct 2015 15:31:50 -0700
changeset 26602 c062a9c0293c
parent 23033 1d354814ff4d
child 34424 1baa077214ae
permissions -rw-r--r--
shelve: rename 'publicancestors' to something accurate (issue4737) That function is actually not returning public ancestors at all. This is pointed by the second line of the docstring... The bundling behavior was made correct in a5141977198d but with confusion remaining regarding what each function was doing. This close issue4737, because this highlight that shelve is actually -not- bundling too much data (this was actually properly tested).

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