##// END OF EJS Templates
merge: invoke scmutil.fileprefetchhooks() prior to applying updates...
merge: invoke scmutil.fileprefetchhooks() prior to applying updates This moves the file list calculation into core, so other extensions don't need to duplicate it.

File last commit:

r34424:1baa0772 default
r36159:60dd840a default
Show More
centos7
12 lines | 181 B | text/plain | TextLexer
Mads Kiilerich
docker: add centos7 target for CentOS / Red Hat 7 support
r23033 FROM centos:centos7
muxator
docker: try to follow the best practices for writing Dockerfiles...
r34424 RUN yum install -y \
gcc \
gettext \
make \
python-devel \
python-docutils \
rpm-build \
tar
Mads Kiilerich
docker: add centos7 target for CentOS / Red Hat 7 support
r23033 # For creating repo meta data
RUN yum install -y createrepo