Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247964 - app-portage/layman - 'layman -S --quiet' yields "git: 'pull-q' is not a git-command."
Summary: app-portage/layman - 'layman -S --quiet' yields "git: 'pull-q' is not a git-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gunnar Wrobel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-21 13:27 UTC by Matt Whitlock
Modified: 2008-12-28 23:00 UTC (History)
0 users

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 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.