Hello,

I'm trying to download the koolu kernel code which I noticed in the repo manifest has been removed to reduce bandwidth consumption:

        http://git.koolu.org/?p=freerunner/platform/manifest.git;a=summary

So I'm trying to add it to my .repo/local_manifest.xml file:

<?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="kernel" name="kernel/openmoko" remote="koolu" /> <!-- Include kernel since Koolu removed it for bandwidth savings--> </manifest>

Which adds the kernel back to the download list just fine, but I am not able to complete the pull because I receive the following errors:

        Maven:android-freerunner fmaker$ repo sync
        error: refs/remotes/m/master points nowhere!
        Traceback (most recent call last):
File "/Volumes/Android/android-freerunner/.repo/repo/main.py", line 202, in <module> _Main(sys.argv[1:]) File "/Volumes/Android/android- freerunner/.repo/repo/main.py", line 186, in _Main repo._Run(argv) File "/Volumes/Android/android-freerunner/.repo/repo/main.py", line 96, in _Run cmd.Execute(copts, cargs) File "/Volumes/Android/android-freerunner/.repo/repo/subcmds/ sync.py", line 106, in Execute if not project.Sync_LocalHalf(): File "/Volumes/Android/android-freerunner/.repo/repo/project.py", line 618, in Sync_LocalHalf lost = self._revlist(not_rev(rev), HEAD) File "/Volumes/Android/android-freerunner/.repo/repo/project.py", line 1027, in _revlist return self.work_git.rev_list(*args) File "/Volumes/Android/android-freerunner/.repo/repo/project.py", line 1174, in rev_list p.stderr)) error.GitError: kernel/openmoko rev-list (u'^refs/remotes/koolu/ release-1.0', 'HEAD'): fatal: Not a git repository (or any of the parent directories): .git

Do anybody have a configuration that works? It looks to me like git is choking on "^refs/remotes/koolu/release-1.0"

-Frank Maker
[email protected]
[email protected]

_______________________________________________
android-freerunner mailing list
[email protected]
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

Reply via email to