ReviewBoard is now the official review tool for juju

Menno Smits menno.smits at canonical.com
Tue Sep 16 03:14:55 UTC 2014


>
> FWIW, I have the following in $GOPATH/src/github.com/juju/juju/.git/config
> :
>
> [remote "origin"]
>         url = git at github.com:ericsnowcurrently/juju.git
>         fetch = +refs/heads/*:refs/remotes/origin/*
> [remote "upstream"]
>         url = https://github.com/juju/juju.git
>         fetch = +refs/heads/*:refs/remotes/upstream/*
>

I have this too. I'm pretty sure this was encouraged when we switched to
Github.

Has anyone not got origin and upstream set up like this? Another way to
check is to run:

    git remote -v | grep -e upstream -e origin


> and in ~/.reviewboardrc:
>
> TRACKING_BRANCH = "upstream/master"
>
> This has worked fine for me (once I realized master had to be up-to-date).
>

This sorts out the issue for me too, avoiding the need to worry about
keeping your personal master branch on GH updated.

If we establish that everyone has upstream set up as above then we should
update the checked-in .reviewboardrc files for each repo.

- Menno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju-dev/attachments/20140916/4af955b7/attachment.html>


More information about the Juju-dev mailing list