bundle/matrix-media-repo update dependencies and needs

This commit is contained in:
Sophie Schiller 2021-05-14 20:02:39 +02:00
parent 3c5e778016
commit bd19749971
2 changed files with 12 additions and 0 deletions

View file

@ -58,6 +58,9 @@ actions = {
'-X github.com/turt2live/matrix-media-repo/common/version.Version={}\\\" '.format(node.metadata['matrix-media-repo']['version']) + \
'-v ./cmd/..."',
'triggered': True,
'needs': {
'pkg_apt:',
},
},
}
@ -67,6 +70,7 @@ svc_systemd = {
'action:matrix-media-repo_build',
'file:/etc/systemd/system/matrix-media-repo.service',
'file:/opt/matrix-media-repo/config.yaml',
'postgres_db:matrix-media-repo',
},
},
}

View file

@ -5,6 +5,14 @@ defaults = {
'imagemagick': {},
'ffmpeg': {},
},
'repos': {
'backports': {
'install_gpg_key': False, # default debian signing key
'items': {
'deb http://deb.debian.org/debian {os_release}-backports main',
},
},
},
},
'backups': {
'paths': {