[Libreoffice-commits] .: Branch 'libreoffice-3-6-1' - g

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 20 05:02:41 PDT 2012


 g |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b2e53b30ead136ccf74e1f7bb5295d68080585f
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Aug 20 13:58:37 2012 +0200

    Update ./g --set-push-user to work with gerrit.
    
    Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49

diff --git a/g b/g
index 11ecaa6..1657481 100755
--- a/g
+++ b/g
@@ -251,7 +251,7 @@ for REPO in $DIRS ; do
 
     if [ -d "$DIR" -a "z$PUSH_USER" != "z" ]; then
        echo "setting up push url for $DIR"
-       (cd $DIR && git config remote.origin.pushurl "ssh://${PUSH_USER}@git.freedesktop.org/git/libreoffice/${REPO}")
+       (cd $DIR && git config remote.origin.pushurl "ssh://${PUSH_USER}@gerrit.libreoffice.org:29418/${REPO}")
     elif [ -d "$DIR" -a "z$LAST_WORKING" != "z" ]; then
        echo "fetching notes for $REPO ..."
        (cd $DIR && git fetch origin 'refs/notes/*:refs/notes/*')


More information about the Libreoffice-commits mailing list