From: mjyut <mjyut@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] incus-client: fix bash completion filename
Date: Thu, 28 Mar 2024 11:16:13 +0100 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49578@inbox.vuxu.org> (raw)
[-- 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
}
}
next reply other threads:[~2024-03-28 10:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-28 10:16 mjyut [this message]
2024-03-29 23:32 ` [PR PATCH] [Merged]: " classabbyamp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49578@inbox.vuxu.org \
--to=mjyut@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).