]> git.proxmox.com Git - proxmox-backup.git/commit
buildsys: install templates for test notifications
authorLukas Wagner <l.wagner@proxmox.com>
Tue, 23 Apr 2024 11:51:56 +0000 (13:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 21:14:46 +0000 (23:14 +0200)
commitd9f0ec57699b052ed2385ad72ab1a52d5f301980
tree82fdf82ce4b9336dbe0c4041ec370aa65f73d210
parent57570bda1db51b7d729d40d1df25267f502ff30f
buildsys: install templates for test notifications

The notification stack loads handlebar templates for notifications
from /usr/share/proxmox-backup-server/templates/default/. This commit
modifies the build system to install template files from the
'templates' directory at that location. First, we only have templates
for test notifications.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Gabriel Goller <g.goller@proxmox.com>
Reviewed-by: Gabriel Goller <g.goller@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/proxmox-backup-server.install
templates/Makefile [new file with mode: 0644]
templates/default/test-body.html.hbs [new file with mode: 0644]
templates/default/test-body.txt.hbs [new file with mode: 0644]
templates/default/test-subject.txt.hbs [new file with mode: 0644]