contrib/docker/centos6
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 10 Jan 2017 20:47:48 -0800
changeset 30765 eb7de21b15be
parent 22444 49ea49823769
child 33596 af09413deb72
permissions -rw-r--r--
hgweb: call process_dates() via DOM event listener All the hgweb templates include mercurial.js in their header. All the hgweb templates have the same <script> boilerplate to run process_dates(). This patch factors that function call into mercurial.js as part of a DOMContentLoaded event listener.

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