Message159660
| Author |
eric.araujo |
| Recipients |
alexis, eric.araujo, illume, tarek, zubin71 |
| Date |
2012年04月29日.23:47:05 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1335743226.6.0.683973759917.issue7677@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
We had a look at this bug during a sprint last week. First, it is reasonable to use --sign without --identity, as gpg will fall back to a default identity (see the description of --local-user and --default-key in the gpg man page). Second, it looks like you run distutils commands from a script or makefile and you have a bug there (the "skipped "gn"" message looks suspicious, maybe -sign was used instead of --sign and interpreted as -s -i gn). Finally, even though we thing this is not a bug, we agreed that it would be nicer to print a message to make clear that distutils2 is not broken but shows the error message from gpg on purpose; this may be done during the next sprint. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月29日 23:47:06 | eric.araujo | set | recipients:
+ eric.araujo, illume, tarek, zubin71, alexis |
| 2012年04月29日 23:47:06 | eric.araujo | set | messageid: <1335743226.6.0.683973759917.issue7677@psf.upfronthosting.co.za> |
| 2012年04月29日 23:47:05 | eric.araujo | link | issue7677 messages |
| 2012年04月29日 23:47:05 | eric.araujo | create |
|