[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New version of ruby-polyglot ready for upload



On 20/08/11 at 22:14 +0530, Vasudev Kamath wrote:
> Hello Antonio, Lucas
> 
> Now I've really messed things up. I messed my local repo and finally
> deleted it and cloned fresh one from the git.debian.org but for some
> reason I'm not getting upstream and pristine-tar brances but these
> branches are visible in the gitweb [1]
> 
> I'm bit confused. Am I missing something while cloning.

Most likely, yes. You need to track the upstream and pristine-tar
branch.

The easiest way to do that is to checkout the whole team repository
using mr (see the team's wiki page). Alternatively, you can:

a) look at our mrconfig:
        git clone git+ssh://git.debian.org/git/pkg-ruby-extras/$1.git &&
        cd $1 &&
        { git branch --track upstream remotes/origin/upstream || true; } &&
        { git branch --track pristine-tar remotes/origin/pristine-tar || true; }

b) use gbp-clone

  Lucas


Reply to: