##// END OF EJS Templates
dirstate-tracked-key: update the config value to match latest discussion...
dirstate-tracked-key: update the config value to match latest discussion Special cases are not special enough, we align the option name on the other. The `version` value is undocumented for now as it can only have a single value. It is supported in the code to properly detect and abort if more value are introduced in the future value. Differential Revision: https://phab.mercurial-scm.org/D12184

File last commit:

r49605:aeeb5426 stable
r49623:79a96712 default
Show More
centos8
18 lines | 321 B | text/plain | TextLexer
Mathias De Mare
packaging: add support for CentOS 8...
r43723 FROM centos:centos8
RUN groupadd -g %GID% build && \
useradd -u %UID% -g %GID% -s /bin/bash -d /build -m build
RUN yum install -y \
gcc \
gettext \
make \
python3-devel \
python3-docutils \
rpm-build
# For creating repo meta data
RUN yum install -y createrepo
Mathias De Mare
Backed out changeset 9b8f326731ac...
r48266
# For rust extensions
RUN yum install -y cargo