contrib/docker/centos7
author Ryan McElroy <rmcelroy@fb.com>
Thu, 28 May 2015 20:06:19 -0700
changeset 25349 62da2d7745f9
parent 23033 1d354814ff4d
child 34423 1baa077214ae
permissions -rw-r--r--
commands: rename current to active in variables and comments Today, the terms 'active' and 'current' are interchangeably used throughout the codebase in reference to the active bookmark (the bookmark that will be updated with the next commit). This leads to confusion among developers and users. This patch is part of a series to standardize the usage to 'active' throughout the mercurial codebase and user interface.

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