Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 526286 - ? produces false positiv QA warning (was: dev-vcs/git-flow-0.4.1: installs no-op completion file (?!))
Summary: ? produces false positiv QA warning (was: dev-vcs/git-flow-0.4.1: installs no...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bashcomp2
  Show dependency tree
 
Reported: 2014-10-21 16:44 UTC by Michał Górny
Modified: 2021-06-12 13:47 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-21 16:44:08 UTC
* Problems with installed bash completions were found:
 * 
 * 	git-flow: does not define any completions (failed to source?).
 * 
 * For more details on installing bash-completions, please see:
 * https://wiki.gentoo.org/wiki/Bash/Installing_completion_files

I have no idea how this file is supposed to work because it doesn't call 'complete' to add completions to the commands. Also, it uses git completions without sourcing 'git'.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2015-01-26 21:55:38 UTC
The QA warning is a false positiv.

> $ git f<tab>
> $ git flow f<tab>

etc works