bundles/mautrix-*: repository has moved
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-08-06 16:25:21 +02:00
parent ffefb56f83
commit 3c105d3295
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 6 additions and 6 deletions

View file

@ -38,8 +38,8 @@ directories = {
git_deploy = {
'/opt/mautrix-telegram/src': {
'repo': 'https://github.com/tulir/mautrix-telegram.git',
'rev': node.metadata['mautrix-telegram']['version'],
'repo': 'https://github.com/mautrix/telegram.git',
'rev': node.metadata.get('mautrix-telegram/version'),
'triggers': {
'action:mautrix-telegram_install_bridge',
'action:mautrix-telegram_upgrade_database',

View file

@ -62,7 +62,7 @@ def icinga_check_for_new_release(metadata):
'mautrix-telegram': {
'services': {
'MAUTRIX-TELEGRAM UPDATE': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release tulir/mautrix-telegram {}'.format(metadata.get('mautrix-telegram/version')),
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release mautrix/telegram {}'.format(metadata.get('mautrix-telegram/version')),
'vars.notification.mail': True,
'check_interval': '60m',
},

View file

@ -14,8 +14,8 @@ directories = {
git_deploy = {
'/opt/mautrix-whatsapp/src': {
'repo': 'https://github.com/tulir/mautrix-whatsapp.git',
'rev': node.metadata['mautrix-whatsapp']['version'],
'repo': 'https://github.com/mautrix/whatsapp.git',
'rev': node.metadata.get('mautrix-whatsapp/version'),
'triggers': {
'action:mautrix-whatsapp_build',
'svc_systemd:mautrix-whatsapp:restart',

View file

@ -69,7 +69,7 @@ def icinga_check_for_new_release(metadata):
'mautrix-whatsapp': {
'services': {
'MAUTRIX-WHATSAPP UPDATE': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release tulir/mautrix-whatsapp {}'.format(metadata.get('mautrix-whatsapp/version')),
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release mautrix/whatsapp {}'.format(metadata.get('mautrix-whatsapp/version')),
'vars.notification.mail': True,
'check_interval': '60m',
},