Skip to content

Commit

Permalink
Remove clojars section from GPG instructions
Browse files Browse the repository at this point in the history
The clojars section is out of date - clojars no longer has promotion to a releases repo, so no longer needs to store the user's public key. See clojars/clojars-web#415.
  • Loading branch information
tobias committed Jan 23, 2016
1 parent 792750b commit 68e4d0f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions doc/GPG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- [How Leiningen uses GPG](#how-leiningen-uses-gpg)
- [Signing a file](#signing-a-file)
- [Overriding the gpg defaults](#overriding-the-gpg-defaults)
- [Clojars](#clojars)
- [Troubleshooting](#troubleshooting)
- [Debian based distributions](#debian-based-distributions-1)
- [gpg: can't query passphrase in batch mode](#gpg-cant-query-passphrase-in-batch-mode)
Expand Down Expand Up @@ -249,27 +248,6 @@ repository specification in your project definition:
:signing {:gpg-key "2ADFB13E"}}]
["snapshots" "http://blueant.com/archiva/internal/snapshots"]]
...)
## Clojars

Clojars requires that artifacts be signed and verified before being
promoted to the
[releases](https://github.com/ato/clojars-web/wiki/Releases)
repository. In order to verify the signature, it needs a copy of your
*public* key. To view your public key, use `gpg --export -a` giving it
the key id. Example:

$ gpg --export -a 2ADFB13E
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.11 (GNU/Linux)

mQENBFE/a/UBCAChmZrZWFFgzzYrhOVx0EiUa3S+0kV6UryqkxPASbHZLml3RlJI
<snipped>
=EaPb
-----END PGP PUBLIC KEY BLOCK-----

Copy the entire output (including the BEGIN and END lines), and paste
it into the 'PGP public key' field of your Clojars profile.

## Troubleshooting

Expand Down

0 comments on commit 68e4d0f

Please sign in to comment.