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 packages | Assignee: | 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
Probably related to patch in bug #236165. 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 ' Thanks for the report. Fixed in layman-1.2.2. |