summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Konrad Tegtmeier-Rottach2019-01-19 17:44:49 +0100
committerJ. Konrad Tegtmeier-Rottach2019-01-19 17:51:19 +0100
commitf80d6c0294ed74d1216afaa0fb275a463747b627 (patch)
tree05e8d0fa3d77ddda774afb11bc446ea9a630808f
parent79cb2a27fbee90a3c01c77b7c053d1379ce351dc (diff)
downloadaur-f80d6c0294ed74d1216afaa0fb275a463747b627.tar.gz
bump to 0.8.7 (released on 2019-01-11)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--example.hcl3
-rw-r--r--nomad.service2
4 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cb57e24af56..10d1de28c912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nomad-bin
pkgdesc = A distributed, highly available, datacenter-aware scheduler (incl LXC driver)
- pkgver = 0.8.6
+ pkgver = 0.8.7
pkgrel = 1
url = https://nomadproject.io/
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = nomad-bin
optdepends = rkt: enables rkt driver
provides = nomad
conflicts = nomad
- source = https://releases.hashicorp.com/nomad/0.8.6/nomad_0.8.6_linux_amd64-lxc.zip
+ source = https://releases.hashicorp.com/nomad/0.8.7/nomad_0.8.7_linux_amd64-lxc.zip
source = nomad.service
source = example.hcl
- sha256sums = b5c66eda85fa423a7c07d87024a766740f0a0a25309b530b3538d2cf1ce2b555
- sha256sums = 6f439a69eb112b628cc731f8ab0964ff8f394ade6b61432b31f2b947ae209c11
- sha256sums = 01f9b4d29c35c0994a24ba91f4fc3df03406ec41cc7264f202eb54814a758c70
+ sha256sums = ef147af97637dc52e9becb50e4f19c496c462316a7e896b9b7a0ce31232512c1
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = nomad-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e3a0a35583a..83ab3be5f493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Wojtek GawroĊ„ski <afronski@gmail.com>
pkgname=nomad-bin
-pkgver=0.8.6
+pkgver=0.8.7
pkgrel=1
pkgdesc='A distributed, highly available, datacenter-aware scheduler (incl LXC driver)'
arch=('x86_64')
@@ -18,9 +18,9 @@ conflicts=('nomad')
source=("https://releases.hashicorp.com/nomad/${pkgver}/nomad_${pkgver}_linux_amd64-lxc.zip"
nomad.service
example.hcl)
-sha256sums=('b5c66eda85fa423a7c07d87024a766740f0a0a25309b530b3538d2cf1ce2b555'
- '6f439a69eb112b628cc731f8ab0964ff8f394ade6b61432b31f2b947ae209c11'
- '01f9b4d29c35c0994a24ba91f4fc3df03406ec41cc7264f202eb54814a758c70')
+sha256sums=('ef147af97637dc52e9becb50e4f19c496c462316a7e896b9b7a0ce31232512c1'
+ 'SKIP'
+ 'SKIP')
package() {
# binary
diff --git a/example.hcl b/example.hcl
index c93f77d0a9c8..b8bd8d9935dd 100644
--- a/example.hcl
+++ b/example.hcl
@@ -1,5 +1,6 @@
# This example config is neither production-ready
-# nor secure. Please consult the official docs:
+# nor secure. Please consult the official docs
+# for full configuration instructions:
# https://www.nomadproject.io/docs/agent/config.html
bind_addr = "0.0.0.0"
diff --git a/nomad.service b/nomad.service
index e554d65a5e7f..0ad86ad4db80 100644
--- a/nomad.service
+++ b/nomad.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Nomad agent
+Description=Nomad cluster scheduling agent
Documentation=https://www.nomadproject.io/docs/agent/
Requires=network-online.target
After=network-online.target