diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-08-20 13:58:37 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-08-20 14:04:06 +0200 |
commit | aa6808ba1163b22ce31d205eedb8f8718eeb7263 (patch) | |
tree | 25a63534967af07f642119c38b870f840fab8ac0 /g | |
parent | 38d0e9014bb36f2777841da9497a684017c676f8 (diff) |
Update ./g --set-push-user to work with gerrit.
Change-Id: If83b29222740e9d479d8b3c9b9d90ccc3706cd49
Diffstat (limited to 'g')
-rwxr-xr-x | g | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -258,7 +258,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/*') |