| Summary: | repoman commit gives an error: unknown option `gpg-sign' | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | Repoman | Assignee: | Portage team <dev-portage> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | dschridde+gentoobugs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Martin Mokrejš
2012-02-28 15:23:52 UTC
Actually, shouldn't there be a USE=gpg or similar used by portage or git packages? Yup, I unmasked dev-vcs/git-1.7.9.2 and now get just: RepoMan scours the neighborhood... >>> Creating Manifest for /home/mmokrejs/proj/sci/sci-biology/gbrowse Note: use --include-dev (-d) to check dependencies for 'dev' profiles * 3 files being committed... gpg: skipped "Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>": No secret key gpg: signing failed: No secret key error: gpg failed to sign the data fatal: failed to write commit object !!! Exiting on git (shell) error code: 128 Use `git config user.signingkey key_id` to configure your gpg key. *** This bug has been marked as a duplicate of bug 403323 *** (In reply to comment #3) > Use `git config user.signingkey key_id` to configure your gpg key. > > *** This bug has been marked as a duplicate of bug 403323 *** works, thanks. How about repoman catching this type of an error and give more infomational error message out? Actually, I don't think it is desired to die if gpg key isn't configured, specially unless there is the IUSE=+gpg or so. |