summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-12 13:26:08 +0100
committerCarsten Feuls2019-02-12 13:26:08 +0100
commit07c1b8c1ef855e86470a5723151d79aafd01d5c5 (patch)
treed39cec15a1ac2e6c344a987c03314761733bec74
parent451f3beb565a1644ef1f2b9541481af856c6621e (diff)
downloadaur-07c1b8c1ef855e86470a5723151d79aafd01d5c5.tar.gz
Fix Missing backup File Parameter
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdc725f02a9c..1658de81ed77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 12 12:16:21 UTC 2019
+# Tue Feb 12 12:25:39 UTC 2019
pkgbase = prometheus-thanos
pkgdesc = Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)
pkgver = 0.2.1
@@ -7,7 +7,11 @@ pkgbase = prometheus-thanos
url = https://github.com/improbable-eng/thanos
arch = x86_64
license = Apache
- backup = etc/conf.d/thanos
+ backup = etc/thanos/sidecar.conf
+ backup = etc/thanos/store.conf
+ backup = etc/thanos/query.conf
+ backup = etc/thanos/rule.conf
+ backup = etc/thanos/compact.conf
source_x86_64 = thanos.service
source_x86_64 = thanos.conf
source_x86_64 = thanos.sysuser
diff --git a/PKGBUILD b/PKGBUILD
index baa792229a6e..7ae33e5fb7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,11 @@ url="https://github.com/improbable-eng/thanos"
license=("Apache")
depends=()
makedepends=()
-backup=("etc/conf.d/thanos")
+backup=("etc/thanos/sidecar.conf"
+ "etc/thanos/store.conf"
+ "etc/thanos/query.conf"
+ "etc/thanos/rule.conf"
+ "etc/thanos/compact.conf")
source_x86_64=("thanos.service"
"thanos.conf"