[arch-commits] Commit in nomad/trunk (PKGBUILD tmpfiles.conf)

George Rawlinson grawlinson at archlinux.org
Sun Jun 20 13:04:30 UTC 2021


    Date: Sunday, June 20, 2021 @ 13:04:30
  Author: grawlinson
Revision: 965898

go forth and break ^W test

Modified:
  nomad/trunk/PKGBUILD
  nomad/trunk/tmpfiles.conf

---------------+
 PKGBUILD      |    7 ++-----
 tmpfiles.conf |    2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-20 13:03:25 UTC (rev 965897)
+++ PKGBUILD	2021-06-20 13:04:30 UTC (rev 965898)
@@ -12,6 +12,7 @@
 optdepends=(
   'docker: for docker driver'
   'java-runtime: for java driver'
+  'java-runtime-headless: for java driver - headless'
   'qemu: for qemu driver'
   'nomad-driver-nspawn: for systemd-nspawn driver'
   'nomad-driver-podman: for podman driver'
@@ -27,7 +28,7 @@
 )
 b2sums=('85384697dc3da8846804e1e116b9048a662b90c1942254959f564da806a9cab7f42140f4c6947a5ccb02550b0b6902bde15c0fc607b32894ee5efb0f1ca95062'
         '0f931868e9d7465f3be176ab789b7c7b5a4c35713a82e4d3bb94460254011779d814d4708f4f8cc76ba0dd1928ac7eeda42e01ed43be675a5d26d0b75ba986b9'
-        '93abad92a38c9a398d4e9fda448dc058d6d65ca24e0ee93a556a71e789ea9bc0cefc00679959e6cb2b2ad75818bf7ad06aa383b3fc524215d060c5ac1f86c08e'
+        '4142a758057382846b48e9bfc443c1218c8fde866544d56c6e773933d67a0824e365280d39864249f355aee6080e0b4b969fd8cc4c5826583821ad1843b07e35'
         'abbf4c69d70e03b318f73ef84ccf258e39b25ac956ec68c82bebe277662ddd1677719c3b693c04a8cc38554c562a127aa2ba4061e20e594440d432d729bab3b3')
 
 prepare() {
@@ -36,10 +37,6 @@
   go mod vendor
 }
 
-# README: https://www.nomadproject.io/docs/install/production/requirements
-# TODO find out what kind of 'upstream' configuration goes into /etc/nomad.d ?
-# REFERENCE: https://salsa.debian.org/go-team/packages/nomad
-
 build() {
   # nonvidia: https://github.com/hashicorp/nomad/issues/8330
   local GO_TAGS="ui release nonvidia"

Modified: tmpfiles.conf
===================================================================
--- tmpfiles.conf	2021-06-20 13:03:25 UTC (rev 965897)
+++ tmpfiles.conf	2021-06-20 13:04:30 UTC (rev 965898)
@@ -1,2 +1,2 @@
 d /var/lib/nomad 0700
-d /usr/lib/nomad
+d /usr/lib/nomad/plugins



More information about the arch-commits mailing list