Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] podman: enable btrfs storage driver
@ 2021-03-17 10:50 lemmi
  2021-03-17 11:19 ` [PR PATCH] [Updated] " lemmi
  2021-03-22 11:13 ` [PR PATCH] [Closed]: " lemmi
  0 siblings, 2 replies; 3+ messages in thread
From: lemmi @ 2021-03-17 10:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1593 bytes --]

There is a new pull request by lemmi against master on the void-packages repository

https://github.com/lemmi/void-packages podman-btrfs
https://github.com/void-linux/void-packages/pull/29530

podman: enable btrfs storage driver
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/29530.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-btrfs-29530.patch --]
[-- Type: text/x-diff, Size: 1114 bytes --]

From 6d28c7a8e1e601167344f702e734687c2601546a Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 17 Mar 2021 11:48:01 +0100
Subject: [PATCH] podman: enable btrfs storage driver

---
 srcpkgs/podman/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 470a811d86f6..ba7e198a2365 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -5,10 +5,9 @@ revision=1
 build_style=go
 go_import_path="github.com/containers/podman/v2"
 go_package="${go_import_path}/cmd/podman"
-go_build_tags="seccomp apparmor containers_image_ostree_stub
- btrfs_noversion exclude_graphdriver_btrfs"
+go_build_tags="seccomp apparmor containers_image_ostree_stub"
 hostmakedepends="pkg-config go-md2man"
-makedepends="gpgme-devel libseccomp-devel device-mapper-devel"
+makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
 depends="runc conmon cni-plugins slirp4netns containers.image"
 short_desc="Simple management tool for containers and images"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] podman: enable btrfs storage driver
  2021-03-17 10:50 [PR PATCH] podman: enable btrfs storage driver lemmi
@ 2021-03-17 11:19 ` lemmi
  2021-03-22 11:13 ` [PR PATCH] [Closed]: " lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2021-03-17 11:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1598 bytes --]

There is an updated pull request by lemmi against master on the void-packages repository

https://github.com/lemmi/void-packages podman-btrfs
https://github.com/void-linux/void-packages/pull/29530

podman: enable btrfs storage driver
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



A patch file from https://github.com/void-linux/void-packages/pull/29530.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-btrfs-29530.patch --]
[-- Type: text/x-diff, Size: 1202 bytes --]

From 9d46b00193497adb2718eae88a0340157e1198f0 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 17 Mar 2021 11:48:01 +0100
Subject: [PATCH] podman: revbump to enable btrfs storage driver

---
 srcpkgs/podman/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 470a811d86f6..4fb5b837ace2 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,14 +1,13 @@
 # Template file for 'podman'
 pkgname=podman
 version=3.0.1
-revision=1
+revision=2
 build_style=go
 go_import_path="github.com/containers/podman/v2"
 go_package="${go_import_path}/cmd/podman"
-go_build_tags="seccomp apparmor containers_image_ostree_stub
- btrfs_noversion exclude_graphdriver_btrfs"
+go_build_tags="seccomp apparmor containers_image_ostree_stub"
 hostmakedepends="pkg-config go-md2man"
-makedepends="gpgme-devel libseccomp-devel device-mapper-devel"
+makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
 depends="runc conmon cni-plugins slirp4netns containers.image"
 short_desc="Simple management tool for containers and images"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: podman: enable btrfs storage driver
  2021-03-17 10:50 [PR PATCH] podman: enable btrfs storage driver lemmi
  2021-03-17 11:19 ` [PR PATCH] [Updated] " lemmi
@ 2021-03-22 11:13 ` lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2021-03-22 11:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]

There's a closed pull request on the void-packages repository

podman: enable btrfs storage driver
https://github.com/void-linux/void-packages/pull/29530

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-22 11:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 10:50 [PR PATCH] podman: enable btrfs storage driver lemmi
2021-03-17 11:19 ` [PR PATCH] [Updated] " lemmi
2021-03-22 11:13 ` [PR PATCH] [Closed]: " lemmi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).