Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] buildah: update to 1.18.0.
@ 2020-12-10 17:14 olafmersmann
  2020-12-10 17:48 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-10 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages buildah
https://github.com/void-linux/void-packages/pull/27079

buildah: update to 1.18.0.
Also add changelog entry to template and install bash shell completion using `vcompletion`.

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

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

From 62361a1964d9b417de8392b5e8d7827567f4c97f Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 18:12:39 +0100
Subject: [PATCH] buildah: update to 1.18.0.

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

diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template
index 0859005c6db..d279224ef48 100644
--- a/srcpkgs/buildah/template
+++ b/srcpkgs/buildah/template
@@ -1,6 +1,6 @@
 # Template file for 'buildah'
 pkgname=buildah
-version=1.16.2
+version=1.18.0
 revision=1
 build_style=go
 go_import_path=github.com/containers/buildah
@@ -14,15 +14,16 @@ short_desc="Dockerfile compatible OCI image building tool"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/containers/buildah"
+changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=355b7b6c6486be0375d6ac74c43a61f1bed1faa6c90b1f70c389da4a7fc9a03e
+checksum=500c82fb369fd08a9bb9a41f294c5975f17575770dbfaba5cce9a6e09b6a3fb9
 
 post_build() {
 	make -C docs GOMD2MAN=go-md2man
 }
 
 post_install() {
-	vinstall contrib/completions/bash/buildah 644 /usr/share/bash-completion/completions
+	vcompletion contrib/completions/bash/buildah bash buildah
 	for _i in docs/*.1; do
 		vman $_i
 	done

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

* Re: [PR REVIEW] buildah: update to 1.18.0.
  2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
@ 2020-12-10 17:48 ` ericonr
  2020-12-10 17:52 ` [PR PATCH] [Updated] " olafmersmann
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-10 17:48 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27079#discussion_r540373432

Comment:
You can omit `buildah`, it will use the package's name by default.

```suggestion
	vcompletion contrib/completions/bash/buildah bash
```

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

* Re: [PR PATCH] [Updated] buildah: update to 1.18.0.
  2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
  2020-12-10 17:48 ` [PR REVIEW] " ericonr
@ 2020-12-10 17:52 ` olafmersmann
  2020-12-10 17:54 ` [PR REVIEW] " olafmersmann
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-10 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/olafmersmann/void-packages buildah
https://github.com/void-linux/void-packages/pull/27079

buildah: update to 1.18.0.
Also add changelog entry to template and install bash shell completion using `vcompletion`.

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

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

From a9da81fcb785bb26c6fd7d0d24efe78458b8172c Mon Sep 17 00:00:00 2001
From: Olaf Mersmann <olafm@p-value.net>
Date: Thu, 10 Dec 2020 18:12:39 +0100
Subject: [PATCH] buildah: update to 1.18.0.

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

diff --git a/srcpkgs/buildah/template b/srcpkgs/buildah/template
index 0859005c6db..18c5caea77e 100644
--- a/srcpkgs/buildah/template
+++ b/srcpkgs/buildah/template
@@ -1,6 +1,6 @@
 # Template file for 'buildah'
 pkgname=buildah
-version=1.16.2
+version=1.18.0
 revision=1
 build_style=go
 go_import_path=github.com/containers/buildah
@@ -14,15 +14,16 @@ short_desc="Dockerfile compatible OCI image building tool"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/containers/buildah"
+changelog="https://github.com/containers/buildah/blob/master/CHANGELOG.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=355b7b6c6486be0375d6ac74c43a61f1bed1faa6c90b1f70c389da4a7fc9a03e
+checksum=500c82fb369fd08a9bb9a41f294c5975f17575770dbfaba5cce9a6e09b6a3fb9
 
 post_build() {
 	make -C docs GOMD2MAN=go-md2man
 }
 
 post_install() {
-	vinstall contrib/completions/bash/buildah 644 /usr/share/bash-completion/completions
+	vcompletion contrib/completions/bash/buildah bash
 	for _i in docs/*.1; do
 		vman $_i
 	done

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

* Re: [PR REVIEW] buildah: update to 1.18.0.
  2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
  2020-12-10 17:48 ` [PR REVIEW] " ericonr
  2020-12-10 17:52 ` [PR PATCH] [Updated] " olafmersmann
@ 2020-12-10 17:54 ` olafmersmann
  2020-12-10 21:57 ` CameronNemo
  2020-12-10 22:45 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: olafmersmann @ 2020-12-10 17:54 UTC (permalink / raw)
  To: ml

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

New review comment by olafmersmann on void-packages repository

https://github.com/void-linux/void-packages/pull/27079#discussion_r540377530

Comment:
Done.

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

* Re: buildah: update to 1.18.0.
  2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
                   ` (2 preceding siblings ...)
  2020-12-10 17:54 ` [PR REVIEW] " olafmersmann
@ 2020-12-10 21:57 ` CameronNemo
  2020-12-10 22:45 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: CameronNemo @ 2020-12-10 21:57 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/27079#issuecomment-742825520

Comment:
none that I know of. was seeing build errors (cross or musl, I forget) with previous releases and just never retried. this should be good.

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

* Re: [PR PATCH] [Merged]: buildah: update to 1.18.0.
  2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
                   ` (3 preceding siblings ...)
  2020-12-10 21:57 ` CameronNemo
@ 2020-12-10 22:45 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-10 22:45 UTC (permalink / raw)
  To: ml

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

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

buildah: update to 1.18.0.
https://github.com/void-linux/void-packages/pull/27079

Description:
Also add changelog entry to template and install bash shell completion using `vcompletion`.

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

end of thread, other threads:[~2020-12-10 22:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 17:14 [PR PATCH] buildah: update to 1.18.0 olafmersmann
2020-12-10 17:48 ` [PR REVIEW] " ericonr
2020-12-10 17:52 ` [PR PATCH] [Updated] " olafmersmann
2020-12-10 17:54 ` [PR REVIEW] " olafmersmann
2020-12-10 21:57 ` CameronNemo
2020-12-10 22:45 ` [PR PATCH] [Merged]: " ericonr

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).