logerrit | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit b4f3b3579a68dcf4f4e84407e41ca19f4df6054d Author: Mathieu Parent <math.par...@gmail.com> Date: Fri Oct 3 12:46:36 2014 +0200
logerrit: Simplify SSH config Change-Id: Ic8196ebfeef64270fcd42b44e485a2618472f184 Reviewed-on: https://gerrit.libreoffice.org/11788 Reviewed-by: Samuel Mehrbrodt <s.mehrbr...@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbr...@gmail.com> diff --git a/logerrit b/logerrit index 5d04a20..9e7f2b8 100755 --- a/logerrit +++ b/logerrit @@ -26,12 +26,7 @@ submit() { } logerrit() { - echo "Host logerrit" - echo " IdentityFile ~/.ssh/id_rsa" - echo " User $1" - echo " Port 29418" - echo " HostName gerrit.libreoffice.org" - echo "Host gerrit.libreoffice.org" + echo "Host logerrit gerrit.libreoffice.org" echo " IdentityFile ~/.ssh/id_rsa" echo " User $1" echo " Port 29418" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits