=doc,release Baptising the release server (#23606)
* Baptising the release server * Update release (#23624)
This commit is contained in:
parent
d58d6ee5bf
commit
feb333f394
1 changed files with 5 additions and 3 deletions
|
|
@ -51,13 +51,15 @@
|
|||
# "<your username>",
|
||||
# "<your password>")
|
||||
#
|
||||
# 3) You must have access to repo.akka.io
|
||||
# 3) You must have access to gustav.akka.io
|
||||
# Please note that gustav.akka.io is the same as repo.akka.io,
|
||||
# but the latter domain is pointed at cloudflare so one could not ssh into it.
|
||||
#
|
||||
# 3.1) Ask someone in the team for login information for the akkarepo user.
|
||||
#
|
||||
# 3.2) Install your public ssh key to avoid typing in your password.
|
||||
# From the command line:
|
||||
# shell> cat ~/.ssh/id_rsa.pub | ssh akkarepo@repo.akka.io "cat >> ~/.ssh/authorized_keys"
|
||||
# shell> cat ~/.ssh/id_rsa.pub | ssh akkarepo@gustav.akka.io "cat >> ~/.ssh/authorized_keys"
|
||||
##
|
||||
# 4) Have access to github.com/akka/akka. This should be a given.
|
||||
#
|
||||
|
|
@ -74,7 +76,7 @@
|
|||
# https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
|
||||
|
||||
# defaults
|
||||
declare -r default_server="akkarepo@repo.akka.io"
|
||||
declare -r default_server="akkarepo@gustav.akka.io"
|
||||
declare -r default_path="www"
|
||||
|
||||
# settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue