summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-21 17:10:47 +0100
committerCarsten Feuls2019-02-21 17:10:47 +0100
commit0b18cb0ef2213f57c21372569b9a89eb7c7ad5df (patch)
tree1a4604ca3245761ef2fa20af1b61b6d8aac37df7
parente986137f170e234f7ce2c40e938e8d51803bfbc4 (diff)
downloadaur-0b18cb0ef2213f57c21372569b9a89eb7c7ad5df.tar.gz
Fix Typo in Service File
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--thanos-compact.service2
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c71f08824298..2b7d807a734d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 20 14:34:52 UTC 2019
+# Thu Feb 21 16:10:14 UTC 2019
pkgbase = prometheus-thanos
pkgdesc = Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)
pkgver = 0.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/improbable-eng/thanos
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 453ec6eef76b..46e3e2516250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thanos
pkgname=prometheus-$_pkgname
pkgver=0.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)"
arch=("x86_64")
url="https://github.com/improbable-eng/thanos"
@@ -39,7 +39,7 @@ sha256sums_x86_64=('c5d8fe78aae3e3c5e32790e5a4e8f1ff4d4ac8e608926bf735a7e22a23a4
'f00e6a4c7ff5cc7c8ea94773e716e4ac622941bfb2a5cb30efbf872c45e1bf83'
'f14e3dab682a4e2777ed4c02da1d2be677327f166588767047aa10e853f7d928'
'0e8b5a5be042c6bdb1f279bd835720007d13ea7624592aab0703fc1b8c871b75'
- '03b829963a127cd8d65cd3da331a36cd8309517baad46aaed411ac16adb7f3f7'
+ '281903878ba4e8e24981d362fdcfb6b2420db8eb76697401899893f617ee55c2'
'542f8cba235ac7a1d33b8a36eba4a39e152b0777a507b81edc0fe4c68b9357c8'
'2bcd2bdb25490982ef5ce6886836ece58f591c3bd4505655cb8babb374a5052b'
'8548f862efbb0feb93522839d840a56d005ef78f1bce7332ff7ba013fade4431'
@@ -70,6 +70,7 @@ package() {
install -d -m0755 -o212 -g212 "${pkgdir}/var/lib/thanos/compact/"
install -d -m0755 -o212 -g212 "${pkgdir}/var/lib/thanos/rule/"
install -d -m0755 -o212 -g212 "${pkgdir}/var/lib/thanos/downsample/"
+ install -d -m0755 -o212 -g212 "${pkgdir}/var/lib/thanos/store/"
# Install thanos config
diff --git a/thanos-compact.service b/thanos-compact.service
index 56bcbb809c63..d860112c093b 100644
--- a/thanos-compact.service
+++ b/thanos-compact.service
@@ -8,7 +8,7 @@ User=thanos
Group=thanos
Restart=on-failure
EnvironmentFile=-/etc/thanos/compact.conf
-ExecStart=/usr/bin/thanos comact \
+ExecStart=/usr/bin/thanos compact \
$LOG_LEVEL \
$LOG_FORMAT \
$GCLOUDTRACE_PROJECT \