##// END OF EJS Templates
merge default into stable for 3.1 code freeze
merge default into stable for 3.1 code freeze

File last commit:

r21255:62a27498 default
r21926:6c36dc6c merge 3.1-rc stable
Show More
centos6
7 lines | 186 B | text/plain | TextLexer
Matt Mackall
build: initial support for in-tree autobuilding recipes
r21255 FROM centos
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