Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] incus-client: fix bash completion filename
@ 2024-03-28 10:16 mjyut
  2024-03-29 23:32 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mjyut @ 2024-03-28 10:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mjyut/void-packages fix-incus-bash-completion
https://github.com/void-linux/void-packages/pull/49578

incus-client: fix bash completion filename
#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-incus-bash-completion-49578.patch --]
[-- Type: text/x-diff, Size: 831 bytes --]

From 3a1b131af5c53cdc8a8fb76a1bea980d3954b0a3 Mon Sep 17 00:00:00 2001
From: Mizuno Jan Yuta <mjy@8x9.dev>
Date: Thu, 28 Mar 2024 18:35:55 +0900
Subject: [PATCH] incus-client: fix bash completion filename

---
 srcpkgs/incus/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/incus/template b/srcpkgs/incus/template
index cb0b5ef046a07b..7ff722c779c059 100644
--- a/srcpkgs/incus/template
+++ b/srcpkgs/incus/template
@@ -1,7 +1,7 @@
 # Template file for 'incus'
 pkgname=incus
 version=0.6.0
-revision=1
+revision=2
 build_style=go
 go_import_path=github.com/lxc/incus
 go_build_tags="libsqlite3"
@@ -55,7 +55,7 @@ incus-client_package() {
 	pkg_install() {
 		vmove usr/bin/incus
 		vsv incus-user
-		vcompletion scripts/bash/incus bash
+		vcompletion scripts/bash/incus bash incus
 	}
 }
 

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

* Re: [PR PATCH] [Merged]: incus-client: fix bash completion filename
  2024-03-28 10:16 [PR PATCH] incus-client: fix bash completion filename mjyut
@ 2024-03-29 23:32 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-03-29 23:32 UTC (permalink / raw)
  To: ml

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

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

incus-client: fix bash completion filename
https://github.com/void-linux/void-packages/pull/49578

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l



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

end of thread, other threads:[~2024-03-29 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 10:16 [PR PATCH] incus-client: fix bash completion filename mjyut
2024-03-29 23:32 ` [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).