Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 526286

Summary: ? produces false positiv QA warning (was: dev-vcs/git-flow-0.4.1: installs no-op completion file (?!))
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: CONFIRMED ---    
Severity: normal CC: johu, maintainer-needed, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 521146    

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