[Libreoffice-commits] core.git: logerrit

Shinnok admin at shinnok.com
Wed Sep 6 14:08:14 UTC 2017


 logerrit |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b9ddf19ca151d2c7f7315fc26138e5b2b4d4ab8d
Author: Shinnok <admin at shinnok.com>
Date:   Wed Sep 6 12:29:01 2017 +0100

    Improve error message on ssh login failure.
    
    Also use the GERRITHOST variable instead of magic text.
    
    Change-Id: I3314be81017f64fca8aa756cca1715081ad01641
    Reviewed-on: https://gerrit.libreoffice.org/41988
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/logerrit b/logerrit
index 060a6d4bfd32..6e8dddcc165c 100755
--- a/logerrit
+++ b/logerrit
@@ -128,8 +128,8 @@ case "$1" in
         then
             echo "Your gerrit setup was successful!"
         else
-            echo "There seems to be trouble."
-            echo "please have the output of: ssh -vvvv logerrit"
+            echo "There seems to be trouble. Please have the output of:"
+            echo "ssh -vvvv "$GERRITHOST
             echo "at hand when looking for help."
         fi
     ;;


More information about the Libreoffice-commits mailing list