This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:06eric.araujosetrecipients: + eric.araujo, illume, tarek, zubin71, alexis
2012-04-29 23:47:06eric.araujosetmessageid: <1335743226.6.0.683973759917.issue7677@psf.upfronthosting.co.za>
2012-04-29 23:47:05eric.araujolinkissue7677 messages
2012-04-29 23:47:05eric.araujocreate