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': {
|
||||
'url': 'dimension.sophies-kitchen.eu',
|
||||
'version': 'master', # doesn't have releases yet
|
||||
'version': 'c6d047c', # XXX master is broken as of 2021-11-27
|
||||
'homeserver': {
|
||||
'name': 'sophies-kitchen.eu',
|
||||
'clientServerUrl': 'https://matrix.sophies-kitchen.eu',
|
||||
|
|
|
@ -187,7 +187,7 @@ nodes['rx300'] = {
|
|||
},
|
||||
'matrix-dimension': {
|
||||
'url': 'dimension.franzi.business',
|
||||
'version': 'master', # doesn't have releases yet
|
||||
'version': 'c6d047c', # XXX master is broken as of 2021-11-27
|
||||
'homeserver': {
|
||||
'name': 'franzi.business',
|
||||
'clientServerUrl': 'https://matrix.franzi.business',
|
||||
|
|
Loading…
Reference in a new issue