make ./logerrit setup hooks just to be sure

Change-Id: I17adc7cecd5cf3757d92477dacff24e46e92caab
This commit is contained in:
Bjoern Michaelsen 2013-03-26 23:20:56 +01:00
parent 53a536c68f
commit 8c8dc548c8

View file

@ -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\"`"