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

Bug 247964

Summary: app-portage/layman - 'layman -S --quiet' yields "git: 'pull-q' is not a git-command."
Product: Gentoo Linux Reporter: Matt Whitlock <gentoo>
Component: New packagesAssignee: Gunnar Wrobel (RETIRED) <wrobel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matt Whitlock 2008-11-21 13:27:12 UTC
# layman -S --quiet
git: 'pull-q' is not a git-command. See 'git --help'.

# equery list git
[ Searching for package 'git' in all categories among: ]
 * installed packages
[I--] [ ~] dev-util/git-1.6.0.4 (0)
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2008-11-21 14:01:53 UTC
Probably related to patch in bug #236165.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-11-21 20:06:08 UTC
The patch in bug #236165 was correct.
It was adding the following code in layman/overlays/git.py:sync():

        if quiet:
            quiet_option = ' -q'

But upstream needlessly changed this code to:

        if quiet:
            quiet_option = '-q '
Comment 3 Gunnar Wrobel (RETIRED) gentoo-dev 2008-12-28 23:00:11 UTC
Thanks for the report. Fixed in layman-1.2.2.