From d59fae6b38ba2ae9dbd8449cd8c787f1ec49b2a6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 16 Oct 2010 11:27:59 +0200 Subject: [PATCH] more message --- all | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/all b/all index 96cd3b5b..f15ff673 100755 --- a/all +++ b/all @@ -365,6 +365,9 @@ case "$cmd" in msg "apply for access and paste the following output into the ticket:" msg "" msg "`cat ~/.ssh/id_rsa.pub`" + msg "" + msg "Note that you will only have write access to branches that start" + msg "with your user name." elif [ -f ~/.ssh/id_dsa.pub ]; then msg "" msg "A key already exists and no new one will be generated. If you" @@ -377,6 +380,9 @@ case "$cmd" in msg "apply for access and paste the following output into the ticket:" msg "" msg "`cat ~/.ssh/id_dsa.pub`" + msg "" + msg "Note that you will only have write access to branches that start" + msg "with your user name." else msg "" msg "No key has been generated yet. One will be generated now." @@ -391,6 +397,9 @@ case "$cmd" in msg "apply for access and paste the following output into the ticket:" msg "" msg "`cat ~/.ssh/id_rsa.pub`" + msg "" + msg "Note that you will only have write access to branches that start" + msg "with your user name." fi ;; update|pull) -- 2.39.2