[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD synapse.install)
Johannes Löthberg
demize at archlinux.org
Sun Mar 31 13:09:19 UTC 2019
Date: Sunday, March 31, 2019 @ 13:09:19
Author: demize
Revision: 446682
upgpkg: matrix-synapse 0.99.2-3
Modified:
matrix-synapse/trunk/PKGBUILD
matrix-synapse/trunk/synapse.install
-----------------+
PKGBUILD | 2 +-
synapse.install | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-31 12:26:37 UTC (rev 446681)
+++ PKGBUILD 2019-03-31 13:09:19 UTC (rev 446682)
@@ -3,7 +3,7 @@
pkgname=matrix-synapse
pkgver=0.99.2
-pkgrel=2
+pkgrel=3
pkgdesc="Matrix reference homeserver"
url="https://github.com/matrix-org/synapse"
Modified: synapse.install
===================================================================
--- synapse.install 2019-03-31 12:26:37 UTC (rev 446681)
+++ synapse.install 2019-03-31 13:09:19 UTC (rev 446682)
@@ -9,7 +9,7 @@
synapse user.
cd /var/lib/synapse
- sudo -u synapse python2 -m synapse.app.homeserver \\
+ sudo -u synapse python -m synapse.app.homeserver \\
--server-name my.domain.name \\
--config-path /etc/synapse/homeserver.yaml \\
--generate-config \\
@@ -16,9 +16,9 @@
--report-stats=yes
N.B.: The default synapse config enables the webclient feature.
- Unless you have python2-matrix-angular-sdk installed this will make
- synapse fail to start. Either disable it, or install
- python2-matrix-angular-sdk.
+ You need to either disable it, install the syweb python package
+ from matrix-angular-sdk, or set 'web_client_location' to a path
+ to make synapse not try to serve it using syweb.
EOF
install -dm700 -o 198 -g 198 /var/lib/synapse
fi
More information about the arch-commits
mailing list