bundles/mautrix-*: repository has moved
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
ffefb56f83
commit
3c105d3295
4 changed files with 6 additions and 6 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue