On 2015-04-20 12:13, Jaromír Mikeš wrote:
> 2015-04-20 10:30 GMT+02:00 Fabian Greffrath <fab...@greffrath.com>:
> 
>> Am Montag, den 20.04.2015, 10:27 +0200 schrieb Jaromír Mikeš:
>>> What is wrong ? :(
>>
>> I think you will have to pass --git-debian-branch=master-a4 and
>> --git-upstream-branch=upstream-a4 to "gbp buildpackage" to point it to
>> the right branches.
>>
> 
> Sorry some problem between my ears , but still can't get it work. :(
> 
> $ git checkout alioth/upstream-a4

is "alioth/upstream-a4" a local branch? or is it just a short-form for
the "upstream-a4" branch on the "alioth" remote?

if you see:
$ git branch
* (detached from alioth/upstream-a4)

then you most likely have the 2nd case, and gbp seems to need a local
branch.
so do, e.g.

$ git checkout upstream-a4
to create a local branch from the remote.

apart from that, i would think that the branch "foo/bar" (as checked
out) and the branch "bar" (as given to gbp) are never the same.


fgmsdr
IOhannes

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to