Hi Steven,

On Fri, Aug 16, 2013 at 2:08 AM, Maurer, Steven
<[email protected]> wrote:
> The other issue I found was with trying to just get gbs to be functional at
> all.  From what I can tell, the example could not possibly work.
>
> gbs clone --packaging-branch=tizen_2.1 tizen:pkgs/a/avsystem pkgs/a/avsystem

pkgs/a/avsystem Git path is no longer there. Please check the latest Git paths
from https://review.tizen.org/git/. Alternatively, you can play with
gerrit commands:

$ ssh tizen gerrit ls-projects
$ ssh tizen gerrit ls-projects -b tizen

> It does not appear as if the trailing argument ever works. This was what I
> was able to get to work (or at least not immediately fail):
>
>           gbs clone --packaging-branch=tizen
> tizen:apps/core/preloaded/app-selector
>
> But I'm not exactly sure about the setup from here on.  It doesn't seem to
> preserve the source tree structure at all.

I've noticed that some Git trees don't have their remote/HEAD pointing to
remote/tizen. This is the case with app-selector for example (see git
branch -a).

$ git clone ssh://tizen/apps/core/preloaded/app-selector
$ cd app-selector/
$ git branch -a
$ git branch -t tizen origin/tizen
$ git checkout tizen
$ git branch -a

-- Mikko
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to