Skip to content

Instantly share code, notes, and snippets.

@otype
Created July 15, 2009 12:09
Show Gist options
  • Save otype/147668 to your computer and use it in GitHub Desktop.
Save otype/147668 to your computer and use it in GitHub Desktop.
|:. repo sync
Traceback (most recent call last):
File "/home/hgschmidt/Android/Sources/.repo/repo/main.py", line 235, in <module>
_Main(sys.argv[1:])
File "/home/hgschmidt/Android/Sources/.repo/repo/main.py", line 217, in _Main
repo._Run(argv)
File "/home/hgschmidt/Android/Sources/.repo/repo/main.py", line 123, in _Run
cmd.Execute(copts, cargs)
File "/home/hgschmidt/Android/Sources/.repo/repo/subcmds/sync.py", line 195, in Execute
all = self.GetProjects(args, missing_ok=True)
File "/home/hgschmidt/Android/Sources/.repo/repo/command.py", line 63, in GetProjects
all = self.manifest.projects
File "/home/hgschmidt/Android/Sources/.repo/repo/manifest_xml.py", line 158, in projects
self._Load()
File "/home/hgschmidt/Android/Sources/.repo/repo/manifest_xml.py", line 197, in _Load
self._ParseManifest(False)
File "/home/hgschmidt/Android/Sources/.repo/repo/manifest_xml.py", line 228, in _ParseManifest
(name)
error.ManifestParseError: project kernel/common not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment