FS#66284 - [kubectx] 0.8.0-1 fish shell completions are not installed

Attached to Project: Community Packages
Opened by Dror Levy (drorlevy) - Friday, 17 April 2020, 10:14 GMT
Last edited by Christian Rebischke (Shibumi) - Thursday, 02 July 2020, 21:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Christian Rebischke (Shibumi)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Installing the kubectx package does not install fish completion scripts

```
install -D -p -m 644 ./completion/kubectx.fish "${pkgdir}/usr/share/fish/vendor_completions.d/kubectx.fish"
install -D -p -m 644 ./completion/kubens.fish "${pkgdir}/usr/share/fish/vendor_completions.d/kubens.fish"
```

Should be added to the PKGBUILD file.

Additional info:
* package version(s): 0.8.0-1

Steps to reproduce:
1. install kubectx
2. start fish shell
3. completions do not trigger
This task depends upon

Closed by  Christian Rebischke (Shibumi)
Thursday, 02 July 2020, 21:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.9.1-1
Comment by Dror Levy (drorlevy) - Friday, 17 April 2020, 11:05 GMT
Attaching a patch for what I believe should fix this issue.

Loading...