[Libreoffice-commits] core.git: logerrit

Mathieu Parent math.parent at gmail.com
Sun Oct 5 08:50:09 PDT 2014


 logerrit |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit b4f3b3579a68dcf4f4e84407e41ca19f4df6054d
Author: Mathieu Parent <math.parent at 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.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at 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"


More information about the Libreoffice-commits mailing list