| Commit message (Collapse) | Author | Files | Lines |
|
PR #2413 added an issue template, but just adding files to the project
directory upsets the packaging scripts: we need to explicitly include or
exclude them.
Move the template into a .github directory to make that easy, and to de-clutter
the root a bit.
|
|
- this ensures we end up with a working virtualenv which we can use for other
things.
|
|
|
|
.. because I want to make the 'install_and_run' script useful for non-synapse
jobs, which do not accept --python. In any case we set up the path here, so
sytest shouldn't be guessing it.
|
|
|
|
.. because I want to make the 'install_and_run' script useful for non-synapse
jobs, which do not accept --python. In any case we set up the path here, so
sytest shouldn't be guessing it.
|
|
|
|
so that you don't necessarily need a config file.
|
|
Make it read the config file, primarily.
|
|
Added instructions for checking server version.
|
|
Responding to review comments.
|
|
... from https://github.com/matrix-org/synapse-prometheus-config.
|
|
Add missing parameter to _base.start_worker_reactor
|
|
escape the % that got added in 92168cb so that the process starts up ok.
|
|
|
|
Make it possible to set the CPU affinity in the config file, so that we don't
need to remember to do it manually every time.
|