[arch-commits] Commit in containers-common/repos/community-any (4 files)

David Runge dvzrv at archlinux.org
Wed Mar 17 17:44:11 UTC 2021


    Date: Wednesday, March 17, 2021 @ 17:44:11
  Author: dvzrv
Revision: 894145

archrelease: copy trunk to community-any

Added:
  containers-common/repos/community-any/PKGBUILD
    (from rev 894144, containers-common/trunk/PKGBUILD)
  containers-common/repos/community-any/mounts.conf
    (from rev 894144, containers-common/trunk/mounts.conf)
Deleted:
  containers-common/repos/community-any/PKGBUILD
  containers-common/repos/community-any/mounts.conf

-------------+
 PKGBUILD    |  260 +++++++++++++++++++++++++++++-----------------------------
 mounts.conf |    6 -
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 17:44:02 UTC (rev 894144)
+++ PKGBUILD	2021-03-17 17:44:11 UTC (rev 894145)
@@ -1,130 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=containers-common
-pkgver=0.35.2
-_image_pkgver=5.10.5
-_podman_pkgver=3.0.1
-_skopeo_pkgver=1.2.2
-_storage_pkgver=1.27.0
-pkgrel=2
-pkgdesc="Configuration files and manpages for containers"
-arch=('any')
-url="https://github.com/containers"
-license=('Apache')
-makedepends=('go-md2man')
-backup=(
-  'etc/containers/containers.conf'
-  'etc/containers/mounts.conf'
-  'etc/containers/policy.json'
-  'etc/containers/registries.conf'
-  'etc/containers/seccomp.json'
-  'etc/containers/storage.conf'
-)
-# configuration override directories need to exist
-options=('emptydirs')
-source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz"
-        "image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz"
-        "podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz"
-        "skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz"
-        "storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz"
-        'mounts.conf'
-)
-sha512sums=('af9f8cc76432e0b60c9e08845c27734347cdb4c9e72fbc53889c04ea5a0c6f861578eb64e85ae86e37a5e3508bb0cfc0a1d702c1bab7a76ec5805e20ddbe1ef8'
-            'c852dd5285f1dc5a8b6aa4730a256385e729b3d0f801786b2f71976e921b223677c3274ef1378fe997eebea6e02b2afaa4271449ac45396cd4758155556b59b2'
-            '4addc986ad94b512d90b675a5a1988eeef365fff02c3449fd310582245a91d4ee96ff9fd3c56ce333a972dca627aa28fbd468a4a363c5c8963524bb67bc26754'
-            '046f20049b7792c84b0dda4f332ac28f34d53821654cfa4ebe87e06f08bc4fa4a75a2b10b119c168df52ca0a0fb9ced4d7d4eb11b75a82d4f45bdae7be0e9ecb'
-            'fd0fd41aaf689a3ba26a5d01f64e8cc87c51a391aea8230a59dce0c11fdc8720458deae31c4d32be27d6da46fa369a7a3030f4ea735fded615e340a800c4bc66'
-            '11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
-b2sums=('d85fb3ecff87c387225d7602f9476a0898ff33fec74b85331d23388ee8d67168e04cc0de70c944f62f04355fcc7aefa249b15dbbd1c69c33ebe834ee6102d8c3'
-        'f71ead8296f4489724d09e0a084d8ed69c194ff433e1d2b516aaad7fd59ca4128ec8442d4731894f7dfe4e2d486769326dfe41d5c4d567a5823ca2758ebd2384'
-        '93a227bf1395145ebaec8e18aa8ad8101704e8e0f7344c8850ee9e1532b191aef96b1cbbba2e21bd716591d68969cfd16ee811621a383cb2d31e4105a44834bf'
-        '3dd3a9f7c061ec408b93b51531f063a2ea9cd489cf746d96b9e7dbcb5c3a2723955cc018c80b7de68098e88644ab0d075a5416adce912665bde203c4830f09e1'
-        '10874fb7ee06e3fac9167cd8e3020105ef1fc3796294537dae7e0c4bf52d0ab8e23185aab4ff95116b7e30ea55462dba682c0febbff0998405c82a521a266212'
-        '2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
-
-prepare() {
-  (
-    cd "storage-${_storage_pkgver}"
-    sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
-  )
-}
-
-build() {
-  (
-    cd "common-${pkgver}/docs"
-    for _man_page in *.md; do
-      go-md2man -in "$_man_page" -out "${_man_page//.md}"
-    done
-  )
-  (
-    cd "image-${_image_pkgver}/docs"
-    mkdir -vp man5
-    mv -v *.5.md man5/
-    for _man_page in *.md; do
-      go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
-    done
-    for _man_page in man5/*.md; do
-      go-md2man -in "$_man_page" -out "${_man_page//.md}"
-    done
-  )
-  (
-    cd "podman-${_podman_pkgver}"
-    go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
-      -out containers-mounts.conf.5
-    go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
-      -out oci-hooks.5
-  )
-  (
-    cd "storage-${_storage_pkgver}"
-    make -C docs
-  )
-}
-
-package() {
-  # directories
-  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
-  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
-  install -vdm 755 "${pkgdir}/var/lib/containers/"
-
-  # configs
-  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
-
-  (
-    cd "common-${pkgver}"
-    # configs
-    install -vDm 644 pkg/config/containers.conf -t "${pkgdir}/etc/containers/"
-    install -vDm 644 pkg/config/containers.conf -t "${pkgdir}/usr/share/containers/"
-    install -vDm 644 pkg/seccomp/seccomp.json -t "${pkgdir}/etc/containers/"
-    install -vDm 644 pkg/seccomp/seccomp.json -t "${pkgdir}/usr/share/containers/"
-    # man pages
-    install -vDm 644 docs/*.5 -t "${pkgdir}/usr/share/man/man5/"
-  )
-  (
-    cd "image-${_image_pkgver}"
-    # configs
-    install -vDm 644 registries.conf -t "${pkgdir}/etc/containers/"
-    # man pages
-    install -vDm 644 docs/*.1 -t "${pkgdir}/usr/share/man/man1/"
-    install -vDm 644 docs/man5/*.5 -t "${pkgdir}/usr/share/man/man5/"
-  )
-  (
-    cd "podman-${_podman_pkgver}"
-    install -vDm 644 *.5 -t "${pkgdir}/usr/share/man/man5/"
-  )
-  (
-    cd "skopeo-${_skopeo_pkgver}"
-    # configs
-    install -vDm 644 default-policy.json "${pkgdir}/etc/containers/policy.json"
-    install -vDm 644 default.yaml -t "${pkgdir}/etc/containers/registries.d/"
-  )
-  (
-    cd "storage-${_storage_pkgver}"
-    # configs
-    install -vDm 644 storage.conf -t "${pkgdir}/etc/containers/"
-    install -vDm 644 storage.conf -t "${pkgdir}/usr/share/containers/"
-    # man pages
-    install -vDm 644 docs/*.1 -t "${pkgdir}/usr/share/man/man1/"
-    install -vDm 644 docs/*.5 -t "${pkgdir}/usr/share/man/man5/"
-  )
-}

Copied: containers-common/repos/community-any/PKGBUILD (from rev 894144, containers-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-17 17:44:11 UTC (rev 894145)
@@ -0,0 +1,130 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=containers-common
+pkgver=0.35.2
+_image_pkgver=5.10.5
+_podman_pkgver=3.0.1
+_skopeo_pkgver=1.2.2
+_storage_pkgver=1.28.0
+pkgrel=3
+pkgdesc="Configuration files and manpages for containers"
+arch=('any')
+url="https://github.com/containers"
+license=('Apache')
+makedepends=('go-md2man')
+backup=(
+  'etc/containers/containers.conf'
+  'etc/containers/mounts.conf'
+  'etc/containers/policy.json'
+  'etc/containers/registries.conf'
+  'etc/containers/seccomp.json'
+  'etc/containers/storage.conf'
+)
+# configuration override directories need to exist
+options=('emptydirs')
+source=("common-${pkgver}.tar.gz::https://github.com/containers/common/archive/v${pkgver}.tar.gz"
+        "image-${_image_pkgver}.tar.gz::https://github.com/containers/image/archive/v${_image_pkgver}.tar.gz"
+        "podman-${_podman_pkgver}.tar.gz::https://github.com/containers/podman/archive/v${_podman_pkgver}.tar.gz"
+        "skopeo-${_skopeo_pkgver}.tar.gz::https://github.com/containers/skopeo/archive/v${_skopeo_pkgver}.tar.gz"
+        "storage-${_storage_pkgver}.tar.gz::https://github.com/containers/storage/archive/v${_storage_pkgver}.tar.gz"
+        'mounts.conf'
+)
+sha512sums=('af9f8cc76432e0b60c9e08845c27734347cdb4c9e72fbc53889c04ea5a0c6f861578eb64e85ae86e37a5e3508bb0cfc0a1d702c1bab7a76ec5805e20ddbe1ef8'
+            'c852dd5285f1dc5a8b6aa4730a256385e729b3d0f801786b2f71976e921b223677c3274ef1378fe997eebea6e02b2afaa4271449ac45396cd4758155556b59b2'
+            '4addc986ad94b512d90b675a5a1988eeef365fff02c3449fd310582245a91d4ee96ff9fd3c56ce333a972dca627aa28fbd468a4a363c5c8963524bb67bc26754'
+            '046f20049b7792c84b0dda4f332ac28f34d53821654cfa4ebe87e06f08bc4fa4a75a2b10b119c168df52ca0a0fb9ced4d7d4eb11b75a82d4f45bdae7be0e9ecb'
+            '2080052bfd4300d8e8a2e7d91f036c34e16bfe8d5c8efac4b2a715c4fe99482426b9b33c233c3444d12b27d5ffcb76854bcd04d8ffbe5262520f84e2f41677d0'
+            '11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1')
+b2sums=('d85fb3ecff87c387225d7602f9476a0898ff33fec74b85331d23388ee8d67168e04cc0de70c944f62f04355fcc7aefa249b15dbbd1c69c33ebe834ee6102d8c3'
+        'f71ead8296f4489724d09e0a084d8ed69c194ff433e1d2b516aaad7fd59ca4128ec8442d4731894f7dfe4e2d486769326dfe41d5c4d567a5823ca2758ebd2384'
+        '93a227bf1395145ebaec8e18aa8ad8101704e8e0f7344c8850ee9e1532b191aef96b1cbbba2e21bd716591d68969cfd16ee811621a383cb2d31e4105a44834bf'
+        '3dd3a9f7c061ec408b93b51531f063a2ea9cd489cf746d96b9e7dbcb5c3a2723955cc018c80b7de68098e88644ab0d075a5416adce912665bde203c4830f09e1'
+        '6b466210e775be5f385147f3c28fa8fd6c521873f3ffe22ac7db1592a683f493431c5c7ece16090e42fb89499215bea4cd335747f918c0bf1212feb7466b4b19'
+        '2f4b0af3271103362a898e7fcc3ec05f06755902ad664ac3107bb8debb8b2ac0d50de311d5fc651279a817a56e3ff05864a7e77c0d8fc628ff7411bfb98c9b69')
+
+prepare() {
+  (
+    cd "storage-${_storage_pkgver}"
+    sed -r 's/(GOMD2MAN = ).*/\1 go-md2man/' -i docs/Makefile
+  )
+}
+
+build() {
+  (
+    cd "common-${pkgver}/docs"
+    for _man_page in *.md; do
+      go-md2man -in "$_man_page" -out "${_man_page//.md}"
+    done
+  )
+  (
+    cd "image-${_image_pkgver}/docs"
+    mkdir -vp man5
+    mv -v *.5.md man5/
+    for _man_page in *.md; do
+      go-md2man -in "$_man_page" -out "${_man_page//.md}.1"
+    done
+    for _man_page in man5/*.md; do
+      go-md2man -in "$_man_page" -out "${_man_page//.md}"
+    done
+  )
+  (
+    cd "podman-${_podman_pkgver}"
+    go-md2man -in docs/source/markdown/containers-mounts.conf.5.md \
+      -out containers-mounts.conf.5
+    go-md2man -in pkg/hooks/docs/oci-hooks.5.md \
+      -out oci-hooks.5
+  )
+  (
+    cd "storage-${_storage_pkgver}"
+    make -C docs
+  )
+}
+
+package() {
+  # directories
+  install -vdm 755 "${pkgdir}/etc/containers/oci/hooks.d/"
+  install -vdm 755 "${pkgdir}/etc/containers/registries.conf.d/"
+  install -vdm 755 "${pkgdir}/usr/share/containers/oci/hooks.d/"
+  install -vdm 755 "${pkgdir}/var/lib/containers/"
+
+  # configs
+  install -vDm 644 mounts.conf -t "${pkgdir}/etc/containers/"
+
+  (
+    cd "common-${pkgver}"
+    # configs
+    install -vDm 644 pkg/config/containers.conf -t "${pkgdir}/etc/containers/"
+    install -vDm 644 pkg/config/containers.conf -t "${pkgdir}/usr/share/containers/"
+    install -vDm 644 pkg/seccomp/seccomp.json -t "${pkgdir}/etc/containers/"
+    install -vDm 644 pkg/seccomp/seccomp.json -t "${pkgdir}/usr/share/containers/"
+    # man pages
+    install -vDm 644 docs/*.5 -t "${pkgdir}/usr/share/man/man5/"
+  )
+  (
+    cd "image-${_image_pkgver}"
+    # configs
+    install -vDm 644 registries.conf -t "${pkgdir}/etc/containers/"
+    # man pages
+    install -vDm 644 docs/*.1 -t "${pkgdir}/usr/share/man/man1/"
+    install -vDm 644 docs/man5/*.5 -t "${pkgdir}/usr/share/man/man5/"
+  )
+  (
+    cd "podman-${_podman_pkgver}"
+    install -vDm 644 *.5 -t "${pkgdir}/usr/share/man/man5/"
+  )
+  (
+    cd "skopeo-${_skopeo_pkgver}"
+    # configs
+    install -vDm 644 default-policy.json "${pkgdir}/etc/containers/policy.json"
+    install -vDm 644 default.yaml -t "${pkgdir}/etc/containers/registries.d/"
+  )
+  (
+    cd "storage-${_storage_pkgver}"
+    # configs
+    install -vDm 644 storage.conf -t "${pkgdir}/etc/containers/"
+    install -vDm 644 storage.conf -t "${pkgdir}/usr/share/containers/"
+    # man pages
+    install -vDm 644 docs/*.1 -t "${pkgdir}/usr/share/man/man1/"
+    install -vDm 644 docs/*.5 -t "${pkgdir}/usr/share/man/man5/"
+  )
+}

Deleted: mounts.conf
===================================================================
--- mounts.conf	2021-03-17 17:44:02 UTC (rev 894144)
+++ mounts.conf	2021-03-17 17:44:11 UTC (rev 894145)
@@ -1,3 +0,0 @@
-# Configuration file for default mounts in containers (see man 5
-# containers-mounts.conf for further information)
-

Copied: containers-common/repos/community-any/mounts.conf (from rev 894144, containers-common/trunk/mounts.conf)
===================================================================
--- mounts.conf	                        (rev 0)
+++ mounts.conf	2021-03-17 17:44:11 UTC (rev 894145)
@@ -0,0 +1,3 @@
+# Configuration file for default mounts in containers (see man 5
+# containers-mounts.conf for further information)
+



More information about the arch-commits mailing list