blob: 8d533bea6290624c380d2014dc0650d93659fc41 [file] [log] [blame]
#!/bin/bash
# Builds and uploads a debian package for Grafana config.
APPNAME=grafana-configd
DESCRIPTION="Configuration for Grafana"
SYSTEMD=grafana-server.service
set -x -e
# Copy files into the right locations in ${ROOT}.
copy_release_files()
{
INSTALL="sudo install -D --verbose --backup=none --group=root --owner=root"
${INSTALL} --mode=644 -T ./sys/grafana-server.service ${ROOT}/etc/systemd/system/grafana-server.service
}
source ../bash/release.sh