bundle/matrix-media-repo update dependencies and needs
This commit is contained in:
parent
3c5e778016
commit
bd19749971
2 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,9 @@ actions = {
|
||||||
'-X github.com/turt2live/matrix-media-repo/common/version.Version={}\\\" '.format(node.metadata['matrix-media-repo']['version']) + \
|
'-X github.com/turt2live/matrix-media-repo/common/version.Version={}\\\" '.format(node.metadata['matrix-media-repo']['version']) + \
|
||||||
'-v ./cmd/..."',
|
'-v ./cmd/..."',
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
|
'needs': {
|
||||||
|
'pkg_apt:',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +70,7 @@ svc_systemd = {
|
||||||
'action:matrix-media-repo_build',
|
'action:matrix-media-repo_build',
|
||||||
'file:/etc/systemd/system/matrix-media-repo.service',
|
'file:/etc/systemd/system/matrix-media-repo.service',
|
||||||
'file:/opt/matrix-media-repo/config.yaml',
|
'file:/opt/matrix-media-repo/config.yaml',
|
||||||
|
'postgres_db:matrix-media-repo',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,14 @@ defaults = {
|
||||||
'imagemagick': {},
|
'imagemagick': {},
|
||||||
'ffmpeg': {},
|
'ffmpeg': {},
|
||||||
},
|
},
|
||||||
|
'repos': {
|
||||||
|
'backports': {
|
||||||
|
'install_gpg_key': False, # default debian signing key
|
||||||
|
'items': {
|
||||||
|
'deb http://deb.debian.org/debian {os_release}-backports main',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'backups': {
|
'backups': {
|
||||||
'paths': {
|
'paths': {
|
||||||
|
|
Loading…
Reference in a new issue