Commit Graph

4 Commits

Author SHA1 Message Date
a6177c9471 gitreview: update gerrit project name
Change-Id: I8b64659932709aa5642ef88be4bd6707812f7148
2021-09-29 10:19:37 -04:00
2af83cb021 gitreview: update host
Change-Id: I0783546a6cb172d411a0a8492450adfacfb79173
2019-06-12 09:27:00 -04:00
13dccf82fa gerrit: fix .gitreview project name
Refs #74710

Change-Id: I0b9fa11605ebde771079459253b09244047f0dcf
2015-06-05 12:03:50 -04:00
c035cae668 Add .gitreview configuration for git-review
For use with git-review[1]. After installing git-review and this patch,
you can start development with:

    git clone https://gerrit-ring.savoirfairelinux.com/sflphone
    cd sflphone
    git review -s

This will add the pre-commit hook as well. The next thing you could do
is setting a ssh remote for pushing to avoid having to store a http
password (advantage of this is that you do not need to unlock your SSH
key just for pulling new changes):

    git remote set-url origin --push \
        ssh://username@gerrit-ring.savoirfairelinux.com:29420/sflphone.git

 [1]: https://pypi.python.org/pypi/git-review

Change-Id: I8b3e41c93d2d647ca81f805b619b44ac8997dc95
2015-01-13 15:25:24 -05:00