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
81
81
82
82
- Create a fresh GPG key: ` gpg --gen-key `
83
83
- Real name: use "project-name bot"
84
- - Email: "
scala-[email protected] "
84
+ - Email: "something@ scala-lang.org "
85
85
- 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
+
87
88
pub rsa2048 2018-06-10 [SC] [expires: 2020-06-09]
88
- $LONG_ID
89
+ $LONG_ID
89
90
- Copy the public key to a key server
90
91
- ` gpg --armor --export $LONG_ID `
91
92
- http://keyserver.ubuntu.com:11371/
You can’t perform that action at this time.
0 commit comments