Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377119 - app-portage/esearch-0.7.2 esync --quiet (-q) option not accepted any more.
Summary: app-portage/esearch-0.7.2 esync --quiet (-q) option not accepted any more.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-07-30 22:09 UTC by Andreas Proteus
Modified: 2011-08-10 16:50 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 Andreas Proteus 2011-07-30 22:09:56 UTC
esync --quiet (or -q) returns error:
esync --quiet
 * Error: option --quiet not recognized (see --help for all options)

It is trivial to fix /usr/lib/esearch/esync.py

73c73
<     opts = getopt(sys.argv[1:], "hwdmnvs", ["help", "webrsync", "delta-webrsync", "nocolor", "verbose", "metadata", "nospinner"])
---
>     opts = getopt(sys.argv[1:], "hwdmnvs", ["help", "webrsync", "delta-webrsync", "nocolor", "quiet", "verbose", "metadata", "nospinner"])





Reproducible: Always
Comment 1 Paul Varner (RETIRED) gentoo-dev 2011-08-09 23:39:01 UTC
Sorry about that.  I messed it up applying patches for the new release.  It will be fixed in esearch-0.7.2-r1
Comment 2 Paul Varner (RETIRED) gentoo-dev 2011-08-10 15:41:53 UTC
esearch-0.7.2-r1 is now in the tree.
Comment 3 Andreas Proteus 2011-08-10 16:50:59 UTC
Works fine now.
Thanks.