From feb333f394a5c56b9b8aab37dc81a02322b4350b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Tue, 12 Sep 2017 11:13:25 +0200 Subject: [PATCH] =doc,release Baptising the release server (#23606) * Baptising the release server * Update release (#23624) --- project/scripts/release | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/project/scripts/release b/project/scripts/release index 13dd2bf7f1..c7347852cd 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -51,13 +51,15 @@ # "", # "") # -# 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