the root of the android source tree isn't a git directory - you need to be in one of the projects.
try repo forall -c 'echo $REPO_PATH ; git tag -l' JBQ On Sat, Apr 25, 2009 at 8:44 PM, Khert <[email protected]> wrote: > > I tried that command inside the mydroid directory and all I got was: > > fatal: Not a git repository > > how come? > > > On Apr 25, 1:45 am, Jey Michael <[email protected]> wrote: >> git tag -l >> gives you the tags associated with the (kernel) project. >> >> -Jey >> >> On Sat, Apr 25, 2009 at 1:26 AM, Khert <[email protected]> wrote: >> >> > Is there a way to download the kernel sources associated with SDK 1.1 >> > R1? Doing a "repo sync" gives me the latest code, but I'm having >> > trouble compiling the source of some of the packages against the 1.1 >> > sdk. Is the source tree tagged somehow? >> >> > > > -- Jean-Baptiste M. "JBQ" Queru Android Engineer, 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 received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
