Commit graph

7 commits

Author SHA1 Message Date
Jan Christian Grünhage
cb6b05950f fix(element): only pull container image when deploying with docker 2021-11-23 01:28:15 +01:00
Johanna Dorothea Reichmann
dbc05c6b9b
chore(element): retry network related tasks on failure 2021-11-02 09:05:10 +01:00
Jan Christian Grünhage
35ebb27a6b fix(element): update PGP key used for signatures
In accordance with the release notes for 1.7.26, the PGP key we use for
verifying the integrity of element-web tarballs has changed. See
https://github.com/vector-im/element-web/releases/tag/v1.7.26-rc.1
2021-06-30 11:56:34 +02:00
Jan Christian Grünhage
61cdada9ed
fix(element): remove some old mentions of riot 2021-03-26 15:27:48 +01:00
Jan Christian Grünhage
da24d5751b
update(element): bump version to 1.7.15 2020-12-09 12:59:38 +01:00
Jan Christian Grünhage
a76ebb1fad fix(element): change folder name to match artifact
During the renaming of Riot to Element, the path for the webapp changed
from /opt/riot to /opt/element. In those folders, the archives are
unpacked, resulting in paths like /opt/element/riot-v${version}. Since
the archives are not yet renamed
(https://github.com/vector-im/element-web/issues/14896), this riot
reference has to stay for now. In the renaming, this was accidentally
changed prematurely, resulting in this regression.
2020-08-12 18:37:44 +02:00
Jan Christian Grünhage
5a777cd2d1 refactor(element): rename riot role to element
Riot is now Element, and therefore this role has to do a lot of
`s/riot/element/g`. There's still a few references to riot here and
there, but fixing those depends on external changes.

This does not attempt any automatic migration, you will need to clean
up the old webroot or container yourself.

BREAKING CHANGE: role name and variable names have changed
2020-08-09 22:51:09 +02:00