Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611830 - dev-python/fabric-1.12: installs bash-completion with wrong command name
Summary: dev-python/fabric-1.12: installs bash-completion with wrong command name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-06 00:09 UTC by Radoslaw Jozwik
Modified: 2018-07-31 14:27 UTC (History)
1 user (show)

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


Attachments
Fix for fabric bash-completion (fab-bashcomp.diff,390 bytes, text/plain)
2017-03-06 00:09 UTC, Radoslaw Jozwik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radoslaw Jozwik 2017-03-06 00:09:22 UTC
Created attachment 466098 [details]
Fix for fabric bash-completion

Fabric ebuild installs bash completion for "fabric" command, but it should install completion for "fab" as it is correct command name.
Comment 1 Virgil Dupras (RETIRED) gentoo-dev 2018-07-31 02:06:44 UTC
I don't know, I haven't managed to make the completion work at all, even if I rename "fabric" to "fab". Did you manage to make them work?
Comment 2 Virgil Dupras (RETIRED) gentoo-dev 2018-07-31 14:13:15 UTC
Nevermind, my test setup was broken. Installing the bashcomp file under "fab" does the trick. Fixing.
Comment 3 Larry the Git Cow gentoo-dev 2018-07-31 14:27:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e904fc90d2f287c1e2e2f801b01c37b637c7b88

commit 6e904fc90d2f287c1e2e2f801b01c37b637c7b88
Author:     Virgil Dupras <vdupras@gentoo.org>
AuthorDate: 2018-07-31 14:26:43 +0000
Commit:     Virgil Dupras <vdupras@gentoo.org>
CommitDate: 2018-07-31 14:26:43 +0000

    dev-python/fabric: fix broken completions in v1.14
    
    Closes: https://bugs.gentoo.org/611830
    Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/fabric/fabric-1.14.0-r1.ebuild | 75 +++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)