Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kubectx-bash 0.9.4
@ 2022-10-17  7:33 fanyx
  2022-10-17 13:04 ` [PR PATCH] [Updated] " fanyx
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: fanyx @ 2022-10-17  7:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages kubectx-bash
https://github.com/void-linux/void-packages/pull/40005

New package: kubectx-bash 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

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

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

From ee93d9a85c753e4590ffcf57177df0b87f5df05a Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@fanyx.xyz>
Date: Mon, 17 Oct 2022 09:29:48 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.4

---
 srcpkgs/kubectx-bash/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/kubectx-bash/template

diff --git a/srcpkgs/kubectx-bash/template b/srcpkgs/kubectx-bash/template
new file mode 100644
index 000000000000..04ad11ebd79f
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,22 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.4
+revision=1
+wrksrc=kubectx-${version}
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@fanyx.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/ahmetb/kubectx"
+distfiles="https://github.com/ahmetb/kubectx/archive/v${version}.tar.gz"
+checksum=91e6b2e0501bc581f006322d621adad928ea3bd3d8df6612334804b93efd258c
+conflicts="kubectx"
+
+do_install() {
+	for bin in kubectx kubens; do
+		vbin $bin
+		for sh in bash zsh fish; do
+			vcompletion completion/$bin.$sh $sh $sh $bin
+		done
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
@ 2022-10-17 13:04 ` fanyx
  2023-01-16  1:59 ` github-actions
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2022-10-17 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages kubectx-bash
https://github.com/void-linux/void-packages/pull/40005

New package: kubectx-bash 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

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

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

From 76d8dbcf8e1ab06eabc9a9243187d3c9f342a48d Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@fanyx.xyz>
Date: Mon, 17 Oct 2022 15:04:49 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.4

---
 srcpkgs/kubectx-bash/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/kubectx-bash/template

diff --git a/srcpkgs/kubectx-bash/template b/srcpkgs/kubectx-bash/template
new file mode 100644
index 000000000000..419c69488b3b
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,22 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.4
+revision=1
+wrksrc=kubectx-${version}
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@fanyx.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/ahmetb/kubectx"
+distfiles="https://github.com/ahmetb/kubectx/archive/v${version}.tar.gz"
+checksum=91e6b2e0501bc581f006322d621adad928ea3bd3d8df6612334804b93efd258c
+conflicts="kubectx"
+
+do_install() {
+	for bin in kubectx kubens; do
+		vbin $bin
+		for sh in bash zsh fish; do
+			vcompletion completion/$bin.$sh $sh $bin
+		done
+	done
+}

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

* Re: New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
  2022-10-17 13:04 ` [PR PATCH] [Updated] " fanyx
@ 2023-01-16  1:59 ` github-actions
  2023-01-16  9:43 ` fanyx
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-01-16  1:59 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40005#issuecomment-1383353396

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
  2022-10-17 13:04 ` [PR PATCH] [Updated] " fanyx
  2023-01-16  1:59 ` github-actions
@ 2023-01-16  9:43 ` fanyx
  2023-04-18  1:51 ` github-actions
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2023-01-16  9:43 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/40005#issuecomment-1383762604

Comment:
@classabbyamp 
there haven't been any updates to kubectx since mid 2021
wouldn't want to let this sit stale, the bash version is functional as is, go package still missing features

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

* Re: New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (2 preceding siblings ...)
  2023-01-16  9:43 ` fanyx
@ 2023-04-18  1:51 ` github-actions
  2023-04-18  7:27 ` fanyx
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-04-18  1:51 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40005#issuecomment-1512321623

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (3 preceding siblings ...)
  2023-04-18  1:51 ` github-actions
@ 2023-04-18  7:27 ` fanyx
  2023-04-18  7:33 ` [PR PATCH] [Updated] " fanyx
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2023-04-18  7:27 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/40005#issuecomment-1512587258

Comment:
@classabbyamp bump for review

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

* Re: [PR PATCH] [Updated] New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (4 preceding siblings ...)
  2023-04-18  7:27 ` fanyx
@ 2023-04-18  7:33 ` fanyx
  2023-04-18  7:38 ` fanyx
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2023-04-18  7:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages kubectx-bash
https://github.com/void-linux/void-packages/pull/40005

New package: kubectx-bash 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

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

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

From df5784f58a11199d3995895468a65ea1c0335902 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 18 Apr 2023 09:32:43 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.4

---
 srcpkgs/kubectx-bash/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/kubectx-bash/template

diff --git a/srcpkgs/kubectx-bash/template b/srcpkgs/kubectx-bash/template
new file mode 100644
index 000000000000..419c69488b3b
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,22 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.4
+revision=1
+wrksrc=kubectx-${version}
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@fanyx.xyz>"
+license="Apache-2.0"
+homepage="https://github.com/ahmetb/kubectx"
+distfiles="https://github.com/ahmetb/kubectx/archive/v${version}.tar.gz"
+checksum=91e6b2e0501bc581f006322d621adad928ea3bd3d8df6612334804b93efd258c
+conflicts="kubectx"
+
+do_install() {
+	for bin in kubectx kubens; do
+		vbin $bin
+		for sh in bash zsh fish; do
+			vcompletion completion/$bin.$sh $sh $bin
+		done
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (5 preceding siblings ...)
  2023-04-18  7:33 ` [PR PATCH] [Updated] " fanyx
@ 2023-04-18  7:38 ` fanyx
  2023-07-18  2:12 ` github-actions
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2023-04-18  7:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages kubectx-bash
https://github.com/void-linux/void-packages/pull/40005

New package: kubectx-bash 0.9.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

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

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

From 2c927f2e8db5047c304d138bd5f2305d393324c0 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 18 Apr 2023 09:32:43 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.4

---
 srcpkgs/kubectx-bash/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/kubectx-bash/template

diff --git a/srcpkgs/kubectx-bash/template b/srcpkgs/kubectx-bash/template
new file mode 100644
index 000000000000..983e9e4b977c
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,21 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.4
+revision=1
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@posteo.net>"
+license="Apache-2.0"
+homepage="https://github.com/ahmetb/kubectx"
+distfiles="https://github.com/ahmetb/kubectx/archive/v${version}.tar.gz"
+checksum=91e6b2e0501bc581f006322d621adad928ea3bd3d8df6612334804b93efd258c
+conflicts="kubectx"
+
+do_install() {
+	for bin in kubectx kubens; do
+		vbin $bin
+		for sh in bash zsh fish; do
+			vcompletion completion/$bin.$sh $sh $bin
+		done
+	done
+}

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

* Re: New package: kubectx-bash 0.9.4
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (6 preceding siblings ...)
  2023-04-18  7:38 ` fanyx
@ 2023-07-18  2:12 ` github-actions
  2023-07-18 15:51 ` [PR PATCH] [Updated] New package: kubectx-bash 0.9.5 fanyx
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-07-18  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40005#issuecomment-1639171809

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: kubectx-bash 0.9.5
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (7 preceding siblings ...)
  2023-07-18  2:12 ` github-actions
@ 2023-07-18 15:51 ` fanyx
  2023-10-18  1:45 ` github-actions
  2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: fanyx @ 2023-07-18 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages kubectx-bash
https://github.com/void-linux/void-packages/pull/40005

New package: kubectx-bash 0.9.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

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

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

From f29d69fbd19a7f7694598505ad3540667c1cf536 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 18 Apr 2023 09:32:43 +0200
Subject: [PATCH] New package: kubectx-bash 0.9.5

---
 srcpkgs/kubectx-bash/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/kubectx-bash/template

diff --git a/srcpkgs/kubectx-bash/template b/srcpkgs/kubectx-bash/template
new file mode 100644
index 000000000000..a4543d7afe88
--- /dev/null
+++ b/srcpkgs/kubectx-bash/template
@@ -0,0 +1,22 @@
+# Template file for 'kubectx-bash'
+pkgname=kubectx-bash
+version=0.9.5
+revision=1
+depends="bash fzf"
+short_desc="Faster way to switch between clusters and namespaces in kubectl"
+maintainer="fanyx <fanyx@posteo.net>"
+license="Apache-2.0"
+homepage="https://github.com/ahmetb/kubectx"
+distfiles="https://github.com/ahmetb/kubectx/archive/v${version}.tar.gz"
+checksum=c94392fba8dfc5c8075161246749ef71c18f45da82759084664eb96027970004
+conflicts="kubectx"
+
+do_install() {
+	for bin in kubectx kubens; do
+		vbin $bin
+		for sh in bash fish; do
+			vcompletion completion/$bin.$sh $sh $bin
+		done
+		vcompletion completion/_$bin.zsh zsh $bin
+	done
+}

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

* Re: New package: kubectx-bash 0.9.5
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (8 preceding siblings ...)
  2023-07-18 15:51 ` [PR PATCH] [Updated] New package: kubectx-bash 0.9.5 fanyx
@ 2023-10-18  1:45 ` github-actions
  2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-10-18  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40005#issuecomment-1767476264

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: kubectx-bash 0.9.5
  2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
                   ` (9 preceding siblings ...)
  2023-10-18  1:45 ` github-actions
@ 2023-11-01  1:46 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2023-11-01  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: kubectx-bash 0.9.5
https://github.com/void-linux/void-packages/pull/40005

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **POSSIBLY?**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Bash version of kubectx #39732
Go version is lacking some features I only realised after using it for some days, so i would prefer this version over Go version for now.
Open for discussion.

Of course i can use this package for myself using xbps-src but having it available to others would be great.

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

end of thread, other threads:[~2023-11-01  1:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17  7:33 [PR PATCH] New package: kubectx-bash 0.9.4 fanyx
2022-10-17 13:04 ` [PR PATCH] [Updated] " fanyx
2023-01-16  1:59 ` github-actions
2023-01-16  9:43 ` fanyx
2023-04-18  1:51 ` github-actions
2023-04-18  7:27 ` fanyx
2023-04-18  7:33 ` [PR PATCH] [Updated] " fanyx
2023-04-18  7:38 ` fanyx
2023-07-18  2:12 ` github-actions
2023-07-18 15:51 ` [PR PATCH] [Updated] New package: kubectx-bash 0.9.5 fanyx
2023-10-18  1:45 ` github-actions
2023-11-01  1:46 ` [PR PATCH] [Closed]: " github-actions

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