From 34df500c922a267d5970e20fa56c903c5d7be9e7 Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Mon, 6 Feb 2012 12:06:36 +1300 Subject: [PATCH] Add comment about ssh config for release script --- project/scripts/release | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/project/scripts/release b/project/scripts/release index e768fd675b..b716a484bd 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -1,6 +1,15 @@ #!/usr/bin/env bash # # Release script for Akka. +# +# To run this script you need a user account on akka.io and contributor access +# to github.com/jboner/akka. +# +# If your username on akka.io is different from your local username then you can +# configure ssh to always associate a particular username with akka.io by adding +# the following to .ssh/config: +# Host akka.io +# User # defaults declare -r default_server="akka.io"