--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
JBQ
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
You will not that the manifests now use relative URLs to find the
projects, so that you can mirror all the projects unmodified
(including the manifests) and not have to worry about url.insteadOf
git configs or other such tricks. That should make it much easier for
anyone to host straight clean mirrors.
JBQ
JBQ
Haha..What a wonderfull day today.
thanks for all your hard work.
--
Kaspter Ju
The full instructions to start from scratch are here:
http://source.android.com/source/initializing.html
JBQ
I'm thinking that there might be a firewall in your way.
JBQ
JBQ
Since Ice Cream Sandwich does everything that Honeycomb does (and much
more), there's no plan to release Honeycomb in AOSP.
JBQ
On Wed, Oct 19, 2011 at 11:13 PM, Hannah Fontana
<hannahf...@gmail.com> wrote:
> What about Honeycomb and Ice Cream Sandwich?
>
JBQ
JBQ
Thanks,
Srinidhi KV
JBQ
All the tagged branches mentioned on
http://source.android.com/source/build-numbers.html, plus the
development branches for froyo and gingerbrad, and the AOSP master
itself.
From .repo/manifest, I do get the diff I expect when I run the
following command:
git diff origin/froyo origin/master default.xml
JBQ
Are all the repositories not online yet. Syncing 2.3.7 gives an error on e2fsprogs and grub that they are not git repositories or don't exist.
Is anyone seeing issues?
JBQ
JBQ
On Thu, Oct 20, 2011 at 3:56 AM, Chislon Chow <chi...@gmail.com> wrote:
> Thanks for putting the code back up. Does someone have a link to a web GUI
> for viewing the source similar to how kernel.org works using gitweb?
>
You might be using a customized version of the repo launcher that
doesn't recognize the official signature for the repo code... or
something else is wrong.
You should have the following checksum for your repo launcher:
$ sha1sum ~/bin/repo
e1fd3bef059d152edf4d0522590725d317bc637f
If you don't, download the latest version with curl
https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
JBQ
I used:
"repo init -u https://android.googlesource.com/platform/manifest -b
android-2.3.7_r1"
Can you try to repo init a new client and sync just those two projects?
repo sync external/e2fsprogs external/grub
Thanks,
JBQ
JBQ
Is repo --mirror still the recommended way to mirror all of the
projects? For some reason when I just did that, I ended up with
manifest.git at top-level rather than under platform in the mirror,
which then breaks attempts to repo init/sync from the mirror. Moving it
manually back under platform seems to have "fixed" the problem, but
obviously isn't clean. repo --mirror used to work from the a.g.k.o
site, so I'm not sure why it isn't now.
--
Stephen Smalley
National Security Agency
JBQ