Fork me on GitHub
#clojars
<
2016-02-26
>
mhuebert17:02:39

I’m trying to use Clojars for the first time. Instructions say to put my public key "into the 'PGP public key' field of your Clojars profile,” but on http://clojars.org, all I see are email and password fields on my profile page… am I missing something?

tcrawley17:02:22

clojars no longer uses public keys, so the field was removed. what instructions are you following?

tcrawley17:02:30

they should be updated

mhuebert17:02:32

in the command line, when I try to deploy

tcrawley17:02:08

k, I'll see about getting those updated

mhuebert17:02:09

just using the existing deploy script in the sablono repo

tcrawley17:02:23

can you share a link?

tcrawley17:02:19

can you gist the output from lein?

tcrawley17:02:36

is it the output that talks about using GPG?

tcrawley17:02:31

If so, those have been updated and should be correct with the latest lein version: https://github.com/technomancy/leiningen/blob/master/doc/GPG.md

tcrawley17:02:43

if it was somewhere else, I need to get that changed

mhuebert17:02:48

ah it was from lein help gpg

tcrawley17:02:59

ah, cool, yeah, that has since been updated