From 76c80e3fdf96f93cface7d8251910bb085ce2a24 Mon Sep 17 00:00:00 2001 From: Nicholas Eckardt Date: Sun, 10 Jun 2018 18:15:15 -0700 Subject: [PATCH 1/2] The project `matrix-synapse-auto-deploy` does not seem to be maintained anymore. It has been over a year since any code has been commited. Some of the relevant links in the documentation are broken, but since no pull requests are being accepted, they won't get fixed. We should probably remove this from the README. --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 4fe54b0c9..68e31ba8c 100644 --- a/README.rst +++ b/README.rst @@ -161,10 +161,6 @@ There is an offical synapse image available at https://hub.docker.com/r/matrixdo Alternatively, Andreas Peters (previously Silvio Fricke) has contributed a Dockerfile to automate a synapse server in a single Docker image, at https://hub.docker.com/r/avhost/docker-matrix/tags/ -Also, Martin Giess has created an auto-deployment process with vagrant/ansible, -tested with VirtualBox/AWS/DigitalOcean - see https://github.com/EMnify/matrix-synapse-auto-deploy -for details. - Configuring synapse ------------------- From 905f8de6737c18a629de054c4be01fa70990eaae Mon Sep 17 00:00:00 2001 From: Amber Brown Date: Mon, 3 Sep 2018 22:17:06 +1000 Subject: [PATCH 2/2] Create 3378.misc --- changelog.d/3378.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/3378.misc diff --git a/changelog.d/3378.misc b/changelog.d/3378.misc new file mode 100644 index 000000000..8f88f88e6 --- /dev/null +++ b/changelog.d/3378.misc @@ -0,0 +1 @@ +Removed the link to the unmaintained matrix-synapse-auto-deploy project from the readme.