- Oct 12, 2020
-
-
Andrew Morgan authored
After https://github.com/matrix-org/synapse/pull/8377, the deb packages no longer indirectly installed the `"test"` dependencies, causing debian packages to fail to build while carrying out the unit tests. This PR installs `test` dependencies explicitly when building debian packages.
-
- May 19, 2020
-
-
Richard van der Hoff authored
-
- Jan 03, 2020
-
-
Richard van der Hoff authored
-
- Jun 27, 2019
-
-
Silke Hofstra authored
Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Jan 24, 2019
-
-
Richard van der Hoff authored
Rather than hardcoding a config which we always forget to update, generate it from the default config.
-
- Jan 23, 2019
-
-
Richard van der Hoff authored
In the debian package, make the virtualenv symlink python to /usr/bin/python3.X rather than /usr/bin/python3. Also make sure we depend on the right python3.x package. This might help a bit with subtle failures when people install a package from the wrong distro (https://github.com/matrix-org/synapse/issues/4431).
-
- Jan 02, 2019
-
-
Richard van der Hoff authored
Make sure we don't put the _trial_temp directory in the package target directory. Fixes https://github.com/matrix-org/synapse/issues/4322
-
Richard van der Hoff authored
since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
-
- Dec 20, 2018
-
-
Richard van der Hoff authored
-