Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kops: update to 1.24.2
@ 2022-09-08  0:48 ScOut3R
  2022-09-10 22:17 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: ScOut3R @ 2022-09-08  0:48 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/39160

kops: update to 1.24.2
None

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

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

From 84bb247833e83a2b12d2b4fd6751a53c35b88bbc 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.2

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

diff --git a/srcpkgs/kops/template b/srcpkgs/kops/template
index f3e6ec5f4b03..4c2745e19a70 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.2
 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] [Merged]: kops: update to 1.24.2
  2022-09-08  0:48 [PR PATCH] kops: update to 1.24.2 ScOut3R
@ 2022-09-10 22:17 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-10 22:17 UTC (permalink / raw)
  To: ml

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

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

kops: update to 1.24.2
https://github.com/void-linux/void-packages/pull/39160

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-10 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08  0:48 [PR PATCH] kops: update to 1.24.2 ScOut3R
2022-09-10 22:17 ` [PR PATCH] [Merged]: " classabbyamp

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