FS#48049 - [docker-compose] zsh completions missing, available upstream

Attached to Project: Community Packages
Opened by Tom Tobin (tomxtobin) - Friday, 05 February 2016, 16:01 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 22 January 2018, 23:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 6
Private No

Details

Description:

Zsh completions are missing from the package, but available upstream.

Additional info:

* docker-compose 1.6.0-1
* package contains bash completions, but not zsh
* zsh completions exist upstream in contrib/completion/zsh

Steps to reproduce:

* Note there are no zsh completions in the current docker-compose 1.6.0-1 package.

(I'm not sure if this is supposed to be a bug or feature request; completions aren't essential, so I marked it as a feature request.)
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Monday, 22 January 2018, 23:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  docker-compose 1.18.0-2
Comment by Eli Schwartz (eschwartz) - Monday, 14 August 2017, 13:31 GMT
  • Field changed: Task Type (Feature Request → Bug Report)
  • Field changed: Severity (Very Low → Low)
As per the Reporting bug guidelines link at the top of the page, files provided by upstream but not installed by our packaging are bugs, and the non-essential nature of completions makes this low-priority. :)

Looks like upstream provides fish completions as well, so those should be installed too.
Comment by Archmaester (archmaester) - Monday, 16 October 2017, 19:46 GMT
Any progress on this? It only requires 2 lines to be added to the PKGBUILD after the existing install lines:

install -Dm644 contrib/completion/fish/docker-compose.fish "$pkgdir"/usr/share/fish/completions/docker-compose.fish
install -Dm644 contrib/completion/zsh/_docker-compose "$pkgdir"/usr/share/zsh/site-functions/_docker-compose

Loading...