File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,12 @@ The instructions here are a summary of the readme in https://github.com/olafurpg
8181
8282 - Create a fresh GPG key: ` gpg --gen-key `
8383 - Real name: use "project-name bot"
84- - Email: "scala-internals@googlegroups.com "
84+ - Email: "something@ scala-lang.org "
8585 - Passphrase: generate one yourself
86- - Get the key ` LONG_ID ` from the output and set ` LONG_ID=6E8ED79B03AD527F1B281169D28FC818985732D9 `
86+ - Get the key ` LONG_ID ` from the output and set ` LONG_ID=6E8ED79B03AD527F1B281169D28FC818985732D9 ` . The output looks like this:
87+
8788 pub rsa2048 2018-06-10 [SC] [expires: 2020-06-09]
88- $LONG_ID
89+ $LONG_ID
8990 - Copy the public key to a key server
9091 - ` gpg --armor --export $LONG_ID `
9192 - http://keyserver.ubuntu.com:11371/
You can’t perform that action at this time.
0 commit comments