fix matrix-dimension to fixed git revision, since master is broken
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-11-27 15:21:29 +01:00
parent bcf664ed66
commit 70cb460934
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ nodes['htz-cloud.miniserver'] = {
}, },
'matrix-dimension': { 'matrix-dimension': {
'url': 'dimension.sophies-kitchen.eu', 'url': 'dimension.sophies-kitchen.eu',
'version': 'master', # doesn't have releases yet 'version': 'c6d047c', # XXX master is broken as of 2021-11-27
'homeserver': { 'homeserver': {
'name': 'sophies-kitchen.eu', 'name': 'sophies-kitchen.eu',
'clientServerUrl': 'https://matrix.sophies-kitchen.eu', 'clientServerUrl': 'https://matrix.sophies-kitchen.eu',

View file

@ -187,7 +187,7 @@ nodes['rx300'] = {
}, },
'matrix-dimension': { 'matrix-dimension': {
'url': 'dimension.franzi.business', 'url': 'dimension.franzi.business',
'version': 'master', # doesn't have releases yet 'version': 'c6d047c', # XXX master is broken as of 2021-11-27
'homeserver': { 'homeserver': {
'name': 'franzi.business', 'name': 'franzi.business',
'clientServerUrl': 'https://matrix.franzi.business', 'clientServerUrl': 'https://matrix.franzi.business',