clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2016-02-26T17:37:39.000018Z

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?

2016-02-26T17:38:22.000019Z

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

2016-02-26T17:38:30.000020Z

they should be updated

2016-02-26T17:38:32.000021Z

in the command line, when I try to deploy

2016-02-26T17:38:44.000022Z

from lein?

2016-02-26T17:38:46.000023Z

yeah

2016-02-26T17:39:08.000024Z

k, I'll see about getting those updated

2016-02-26T17:39:09.000025Z

just using the existing deploy script in the sablono repo

2016-02-26T17:39:23.000026Z

can you share a link?

2016-02-26T17:41:19.000029Z

can you gist the output from lein?

2016-02-26T17:41:45.000030Z

ah yes

2016-02-26T17:42:36.000031Z

is it the output that talks about using GPG?

2016-02-26T17:44:31.000032Z

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

2016-02-26T17:44:43.000034Z

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

2016-02-26T17:44:48.000035Z

ah it was from lein help gpg

2016-02-26T17:44:59.000036Z

ah, cool, yeah, that has since been updated

2016-02-26T17:45:04.000037Z

ok great