fix matrix-dimension to fixed git revision, since master is broken
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
bcf664ed66
commit
70cb460934
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue