>
> FWIW, I have the following in $GOPATH/src/github.com/juju/juju/.git/config
> :
>
> [remote "origin"]
> url = [email protected]: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
--
Juju-dev mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/juju-dev