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 illume
Recipients illume, tarek
Date 2010-01-11.15:22:32
SpamBayes Score 0.00026714397
Marked as misclassified No
Message-id <1263223354.89.0.290474495181.issue7677@psf.upfronthosting.co.za>
In-reply-to
Content
hi,

When using setup.py upload --sign without --identity, gpg can give weird messages.

Rather than this error message:
"""running upload
gpg --detach-sign --local-user gn -a dist/pywebsite-0.1.18pre.tar.gz
gpg: skipped "gn": secret key not available
gpg: signing failed: secret key not available
error: command 'gpg' failed with exit status 2
make: *** [upload] Error 1"""

It might be nicer to also mention using --identity=, as well as a link to the documentation for --sign (url and also the help from "--help upload").

cheers,
History
Date User Action Args
2010-01-11 15:22:35illumesetrecipients: + illume, tarek
2010-01-11 15:22:34illumesetmessageid: <1263223354.89.0.290474495181.issue7677@psf.upfronthosting.co.za>
2010-01-11 15:22:33illumelinkissue7677 messages
2010-01-11 15:22:32illumecreate