Summary: | app-crypt/gkeys-0.2: gkeys-gpg does not work with git | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Martin Väth <martin> |
Component: | gentoo-keys | Assignee: | Gentoo-keys project <gkeys> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | treecleaner |
Priority: | Normal | Keywords: | PMASKED |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Deadline: | 2020-05-19 |
Description
Martin Väth
2016-10-02 05:24:08 UTC
Still no news on this, even on the live version. The problem seems to be rather clear: The same option -u is used twice for different purposes $ grep -- "'-u'" /usr/lib64/python3.5/site-packages/gkeys*/*.py /usr/lib64/python3.5/site-packages/gkeys/base.py: parser.add_argument('-u', '--uid', dest='uid', nargs='+', default=None, /usr/lib64/python3.5/site-packages/gkeysgpg/cli.py: parser.add_argument('-u', '--local-user', dest='user', default=None, However, changing -u to -U in either of the 2 occurrences leads to other error messages. My guess is that internally -u is actually used in the two colliding ways somehow. This error still persists in latest master app-crypt/gkeys is last rited now. Removing. |