[Libreoffice-commits] core.git: 2 commits - logerrit

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Tue Mar 26 15:23:16 PDT 2013


 logerrit |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8c8dc548c8fd8c9e7f8e4ef10d1c00607773f751
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Mar 26 23:20:56 2013 +0100

    make ./logerrit setup hooks just to be sure
    
    Change-Id: I17adc7cecd5cf3757d92477dacff24e46e92caab

diff --git a/logerrit b/logerrit
index 486c1b9..e09becc 100755
--- a/logerrit
+++ b/logerrit
@@ -81,6 +81,7 @@ case "$1" in
         exit
     ;;
     setup)
+        cd $(dirname $(readlink -f $0))
         echo "Please go to https://gerrit.libreoffice.org/ and:"
         echo "- press the 'register' button in the top right corner"
         echo "- after login set yourself a username (its recommended to use your IRC-nick)"
@@ -106,6 +107,8 @@ case "$1" in
         echo "    HostName gerrit.libreoffice.org"
         echo
         echo "To see if your setup was successful, run './logerrit test' then."
+        # a good place to make sure the hooks are set up
+        ./g -z
     ;;
     test)
         if test -n "`ssh $GERRITHOST 2>&1|grep \"Welcome to Gerrit Code Review\"`"
commit 53a536c68fdb05d9a687e1f590ef62731210da85
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Mar 26 23:15:11 2013 +0100

    first time gerrit users register, they do not sign in
    
    Change-Id: I058a0b445f8b7f286ed4c22d40c0770d435d0e40

diff --git a/logerrit b/logerrit
index 68c254e..486c1b9 100755
--- a/logerrit
+++ b/logerrit
@@ -82,7 +82,7 @@ case "$1" in
     ;;
     setup)
         echo "Please go to https://gerrit.libreoffice.org/ and:"
-        echo "- press the 'sign-in' button in the top right corner"
+        echo "- press the 'register' button in the top right corner"
         echo "- after login set yourself a username (its recommended to use your IRC-nick)"
         echo "- upload your public ssh-key."
         echo


More information about the Libreoffice-commits mailing list