[arch-commits] Commit in nomad-driver-containerd/repos/community-x86_64 (2 files)

Morten Linderud foxboron at gemini.archlinux.org
Tue Jul 27 20:21:46 UTC 2021


    Date: Tuesday, July 27, 2021 @ 20:21:46
  Author: foxboron
Revision: 988097

archrelease: copy trunk to community-x86_64

Added:
  nomad-driver-containerd/repos/community-x86_64/PKGBUILD
    (from rev 988096, nomad-driver-containerd/trunk/PKGBUILD)
Deleted:
  nomad-driver-containerd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 20:21:40 UTC (rev 988096)
+++ PKGBUILD	2021-07-27 20:21:46 UTC (rev 988097)
@@ -1,36 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=nomad-driver-containerd
-_pkgname=containerd-driver
-pkgver=0.8
-pkgrel=2
-pkgdesc="A nomad taskdriver for containerd containers"
-arch=('x86_64')
-url="https://github.com/Roblox/nomad-driver-containerd"
-license=('MPL2')
-depends=('nomad' 'glibc' 'containerd')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('ad1d8dec8351b6e4c852119c60d8f00a2a4ca66183036fc189dc9ab54ff5792f3d9989a67792c61ebb2c439fabf409814526d117f9826cc1a2bf6b69bd11c5ce')
-
-prepare() {
-	cd "$pkgname-$pkgver"
-  mkdir build
-}
-
-build() {
-	cd "$pkgname-$pkgver"
-  go build \
-    -trimpath \
-    -buildmode=pie \
-    -mod=readonly \
-    -modcacherw \
-    -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-    -o build \
-    .
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-  install -vDm755 "build/$pkgname" "$pkgdir/usr/lib/nomad/plugins/$_pkgname"
-}

Copied: nomad-driver-containerd/repos/community-x86_64/PKGBUILD (from rev 988096, nomad-driver-containerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-27 20:21:46 UTC (rev 988097)
@@ -0,0 +1,36 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=nomad-driver-containerd
+_pkgname=containerd-driver
+pkgver=0.9
+pkgrel=1
+pkgdesc="A nomad taskdriver for containerd containers"
+arch=('x86_64')
+url="https://github.com/Roblox/nomad-driver-containerd"
+license=('MPL2')
+depends=('nomad' 'glibc' 'containerd')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+b2sums=('8c909d12de962e1fe72ea6f4a4a1230a2108f15aba467f0d2495f4eec0bc3650e4f93ee6358d9e6b4be65bb99432423230e7a25d61116ad5114546aa58c05195')
+
+prepare() {
+	cd "$pkgname-$pkgver"
+  mkdir build
+}
+
+build() {
+	cd "$pkgname-$pkgver"
+  go build \
+    -trimpath \
+    -buildmode=pie \
+    -mod=readonly \
+    -modcacherw \
+    -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+    -o build \
+    .
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+  install -vDm755 "build/$pkgname" "$pkgdir/usr/lib/nomad/plugins/$_pkgname"
+}



More information about the arch-commits mailing list