Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kops: update to 1.24.1
@ 2022-08-30 12:38 ScOut3R
  2022-09-08  0:44 ` [PR PATCH] [Closed]: " ScOut3R
  0 siblings, 1 reply; 2+ messages in thread
From: ScOut3R @ 2022-08-30 12:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ScOut3R/void-packages kops
https://github.com/void-linux/void-packages/pull/38981

kops: update to 1.24.1
None

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

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

From c64d2c83fdccedc9970b06953363d6590d43dac7 Mon Sep 17 00:00:00 2001
From: Mate GABRI <mate.gabri@playhq.com>
Date: Tue, 30 Aug 2022 22:37:55 +1000
Subject: [PATCH] kops: update to 1.24.1

---
 srcpkgs/kops/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kops/template b/srcpkgs/kops/template
index f3e6ec5f4b03..55ca49322a21 100644
--- a/srcpkgs/kops/template
+++ b/srcpkgs/kops/template
@@ -1,6 +1,6 @@
 # Template file for 'kops'
 pkgname=kops
-version=1.23.2
+version=1.24.1
 revision=1
 archs="x86_64*"
 build_wrksrc=src/k8s.io/kops
@@ -25,14 +25,14 @@ do_fetch() {
 do_build() {
 	export GOPATH="$wrksrc"
 
-	make
+	make kops
 
-	../../../bin/kops completion bash > completion.bash
-	../../../bin/kops completion zsh | sed -n '/#compdef/,$p' > completion.zsh
+	${wrksrc}/src/k8s.io/kops/.build/dist/linux/amd64/kops completion bash > completion.bash
+	${wrksrc}/src/k8s.io/kops/.build/dist/linux/amd64/kops completion zsh | sed -n '/#compdef/,$p' > completion.zsh
 }
 
 do_install() {
-	vbin ../../../bin/kops
+	vbin ${wrksrc}/src/k8s.io/kops/.build/dist/linux/amd64/kops
 	vinstall completion.bash 644 usr/share/bash-completion/completions kops
 	vinstall completion.zsh 644 usr/share/zsh/site-functions _kops
 }

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

* Re: [PR PATCH] [Closed]: kops: update to 1.24.1
  2022-08-30 12:38 [PR PATCH] kops: update to 1.24.1 ScOut3R
@ 2022-09-08  0:44 ` ScOut3R
  0 siblings, 0 replies; 2+ messages in thread
From: ScOut3R @ 2022-09-08  0:44 UTC (permalink / raw)
  To: ml

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

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

kops: update to 1.24.1
https://github.com/void-linux/void-packages/pull/38981

Description:
**Testing the changes**

- I tested the changes in this PR: YES

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

end of thread, other threads:[~2022-09-08  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-30 12:38 [PR PATCH] kops: update to 1.24.1 ScOut3R
2022-09-08  0:44 ` [PR PATCH] [Closed]: " ScOut3R

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