Thanks for the clarification Toby!

Boot doesn’t sign JARs by default but the push task has the following 
GPG-related options for folks who want to:

  -g, --gpg-sign              Sign jar using GPG private key.
  -k, --gpg-user-id KEY       KEY sets the name or key-id used to select the 
signing key.
  -K, --gpg-keyring PATH      DEPRECATED: PATH sets the path to secring.gpg 
file to use for signing.
  -p, --gpg-passphrase PASS   PASS sets the passphrase to unlock GPG signing 
key.

Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

On 6/1/17, 5:03 AM, "Toby Crawley" <tcraw...@gmail.com on behalf of 
t...@tcrawley.org> wrote:

    On Thu, Jun 1, 2017 at 12:01 AM, Sean Corfield <s...@corfield.org> wrote:
    > All the SSH keys and PGP/GPG stuff is unnecessary now, unless you want to
    > store your username/password credentials locally in encrypted form. 
There’s
    > no longer any signing or promotion of JARs.
    
    Jar promotion no longer exists on Clojars, but jar signing is still
    supported. By default, lein attempts to sign jars, but this can be
    disabled (run `lein sample` and search for `:sign-releases`). I don't
    know what boot does by default with respect to signing.
    
    -- 
    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 unsubscribe from this group and stop receiving emails from it, send an 
email to clojure+unsubscr...@googlegroups.com.
    For more options, visit https://groups.google.com/d/optout.
    


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to