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

George Rawlinson grawlinson at gemini.archlinux.org
Fri Apr 29 00:11:28 UTC 2022


    Date: Friday, April 29, 2022 @ 00:11:28
  Author: grawlinson
Revision: 1191724

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 00:10:54 UTC (rev 1191723)
+++ PKGBUILD	2022-04-29 00:11:28 UTC (rev 1191724)
@@ -1,50 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-
-pkgname=nomad-driver-containerd
-_pkgname=containerd-driver
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="A nomad taskdriver for containerd containers"
-arch=('x86_64')
-url="https://github.com/Roblox/nomad-driver-containerd"
-license=('MPL2')
-depends=('nomad' 'containerd')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='c564dd2e58cff25f5e768b754258a44d5e3bf800'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-	cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-	cd "$pkgname"
-
-  go build -v \
-    -trimpath \
-    -buildmode=pie \
-    -mod=readonly \
-    -modcacherw \
-    -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-    -o build \
-    .
-}
-
-package() {
-	cd "$pkgname"
-  install -vDm755 "build/$pkgname" "$pkgdir/usr/lib/nomad/plugins/$_pkgname"
-}

Copied: nomad-driver-containerd/repos/community-x86_64/PKGBUILD (from rev 1191723, nomad-driver-containerd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-29 00:11:28 UTC (rev 1191724)
@@ -0,0 +1,50 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+
+pkgname=nomad-driver-containerd
+_pkgname=containerd-driver
+pkgver=0.9.3
+pkgrel=2
+pkgdesc='A nomad taskdriver for containerd containers'
+arch=('x86_64')
+url='https://github.com/Roblox/nomad-driver-containerd'
+license=('MPL2')
+depends=('nomad' 'containerd')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='c564dd2e58cff25f5e768b754258a44d5e3bf800'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+	cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+	cd "$pkgname"
+
+  go build -v \
+    -trimpath \
+    -buildmode=pie \
+    -mod=readonly \
+    -modcacherw \
+    -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+    -o build \
+    .
+}
+
+package() {
+	cd "$pkgname"
+  install -vDm755 "build/$pkgname" "$pkgdir/usr/lib/nomad/plugins/$_pkgname"
+}



More information about the arch-commits mailing list