ansible: wait for Apache workers to drain instead of network connections
Ansible's wait_for module waits for connections in TIME_WAIT state. This
is not very usable since connections can linger in TIME_WAIT for
minutes. Wait on Apache workers instead.
=============================
Mozilla Version Control Tools
=============================
This repository contains tools, extensions, hooks, etc to support version
control at Mozilla.
This repository contains the code that Mozilla uses in production to
power `hg.mozilla.org <https://hg.mozilla.org>`_,
`reviewboard.mozilla.org <https://reviewboard.mozilla.org>`_, and among
other sites and services.
The canonical repository is https://hg.mozilla.org/hgcustom/version-control-tools/
Most documentation exists in the ``docs/`` directory. It can be
`viewed online <https://mozilla-version-control-tools.readthedocs.org/en/latest/>`_
on Read the Docs. Latest CI reports can be `viewed online
<https://ci.mozilla.org/job/version-control-tools/>`_.
If you are interested in getting in touch with the people who maintain
this repository, join ``#vcs`` in ``irc.mozilla.org``.