Hey guys,
I want to add a new project to the android source under the /external
directory but can't figure out how to go about adding it, or
submitting it to Gerrit for review.
This is what I have:
1) I added a new directory /external/myproject
2) I developed my new library under this directory, and it builds
without errors during a entire system build.
Now, I just need to add my new project using git/repo to Gerrit and
hopefully have it merged into the source. Does anyone know how I
would go about this?
Thanks,
Chris
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
On Thu, Aug 5, 2010 at 3:13 PM, Chris C. <ccf...@gmail.com> wrote:Hey guys,
I want to add a new project to the android source under the /external
directory but can't figure out how to go about adding it, or
submitting it to Gerrit for review.
This is what I have:
1) I added a new directory /external/myprojectLocally or at the server?2) I developed my new library under this directory, and it builds
without errors during a entire system build.Well, the algorithm is following.Create a repository at the server (you need to have admin rights for it)
Hey guys,
I want to add a new project to the android source under the /external
directory but can't figure out how to go about adding it, or
submitting it to Gerrit for review.
This is what I have:
1) I added a new directory /external/myproject
2) I developed my new library under this directory, and it builds
without errors during a entire system build.
Now, I just need to add my new project using git/repo to Gerrit and
hopefully have it merged into the source. Does anyone know how I
would go about this?
Thanks,
Chris
Anatol,
Thanks for replying to my question. To clarify, I am trying to add my
new project to the Android repository, yes. So, following your logic
of adding my new project to an existing project, and then having
someone create a new project for me, please tell me if this is along
the lines of what you were thinking:
1) Move my project (currently at /external/mylib on my local version)
to an existing project (ex: /libcore/mylib).
2) Submit to Gerrit for review
3) Contact an administrator to get my project moved?
On Aug 6, 10:10 am, Anatol Pomazau <ana...@google.com> wrote:
> On Thu, Aug 5, 2010 at 3:13 PM, Chris C. <ccfl...@gmail.com> wrote:> > To unsubscribe, email repo-discuss...@googlegroups.com<repo-discuss%2Bunsu...@googlegroups.com>
> > Hey guys,
>
> > I want to add a new project to the android source under the /external
> > directory but can't figure out how to go about adding it, or
> > submitting it to Gerrit for review.
>
> > This is what I have:
> > 1) I added a new directory /external/myproject
> > 2) I developed my new library under this directory, and it builds
> > without errors during a entire system build.
>
> Another possible workaround here is to put third-party code right to the
> repo where it used. Once your change will be approved, someone from Android
> team can add that external repo to the server.
>
>
>
> > Now, I just need to add my new project using git/repo to Gerrit and
> > hopefully have it merged into the source. Does anyone know how I
> > would go about this?
>
> > Thanks,
> > Chris
>
> > --
> > More info athttp://groups.google.com/group/repo-discuss?hl=en
--
To unsubscribe, email repo-discuss...@googlegroups.com
Ok, that makes sense. Is there a way that I can submit my new project
directly to an administrator without having to do the "hack" to add it
to an already-existing project?