contrib/docker/centos6
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 07 Sep 2014 11:33:22 -0700
changeset 22458 a476ee0b8e79
parent 22444 49ea49823769
child 33596 af09413deb72
permissions -rw-r--r--
revsetbenchmarks: add an additional roots() benchmark The existing roots(x - y) revset only considered the most recent 100 revisions. This was a good start. But expanding it to the full history of the repository can dramatically increase execution time and thus constitutes a useful benchmark.

FROM centos:centos6
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