I've just deployed a new clojars version.  The previous one was a bit
strict on the whitespace (thanks Lee Hinman).

Make sure to include both the "-----BEGIN PGP PUBLIC KEY BLOCK-----"
and "-----END PGP PUBLIC KEY BLOCK-----".

-
Nelson Morris

On Sun, Nov 18, 2012 at 8:21 AM, Jim - FooBar(); <jimpil1...@gmail.com> wrote:
> Followed the instructions below exactly but clojars says 'Invalid PGP public
> key'...
>
> any clues?
>
> Jim
>
>
> On 18/11/12 13:56, Phil Hagelberg wrote:
>>
>> If you don't have a key yet, generate one with `gpg --gen-key`. The
>> default settings are pretty good, though I'd recommend making it expire
>> in a year or two. Next find your key ID. It's the 8-character part after
>> the slash on the line beginning with "pub":
>>
>>      $ gpg --list-keys
>>
>>                  ↓↓↓↓↓↓↓↓
>>      pub   2048R/77E77DDC 2011-07-17 [expires: 2014-07-16]
>>      uid                  Phil Hagelberg<technoma...@gmail.com>
>>      sub   2048R/39EFEE7D 2011-07-17
>>
>> Then you can show it with `gpg --export -a $KEY_ID`. Grab that
>> (including the "-----BEGIN PGP PUBLIC KEY BLOCK-----" parts) and paste
>> it into your Clojars profile.
>>
>> Once you have done this you can redeploy to trigger promotion to the
>> releases repo if your jar is qualified, or you can visit the jar page in
>> the Clojars web UI (while logged in) to see if there are reasons it's
>> not qualified.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to