contrib/docker/debian-jessie
author Siddharth Agarwal <sid0@fb.com>
Thu, 01 Jun 2017 00:40:52 -0700
changeset 32605 e6ff007e107e
parent 24973 4c4d0012db4f
child 33023 e02bae37af30
permissions -rw-r--r--
match: introduce nevermatcher for when no ignore files are present 952017471f93 introduced a deterministic `__repr__` for ignores. However, it didn't account for when ignore was `util.never`. This broke fsmonitor's ignore change detection -- with an empty hgignore, it would kick in all the time. Introduce `nevermatcher` and switch to it. This neatly parallels `alwaysmatcher`.

FROM debian:jessie
RUN apt-get update && apt-get install -y \
  build-essential \
  debhelper \
  dh-python \
  devscripts \
  python \
  python-all-dev \
  python-docutils \
  zip \
  unzip