jadonk / jadonk/rowboat

unable to get repo of gingerbread

Open
#105 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1.repo init -u git://gitorious.org/rowboat/manifest.git -m
TI-Android-GingerBread-2.3-DevKit-1.0.xml
2.
3.

What is the expected output? What do you see instead?
i use to get repo initialized in my directory and when i do
#repo sync i should get repo of gingerbread..

What version of the product are you using? On what operating system?
my pc has ubuntu 10.10

Please provide any additional information below.
iam getting following error when i run the command...

root@vta018:/opt/GINGERBREAD/WORKING_DIRECTORY# repo init -u
git://gitorious.org/rowboat/manifest.git -m
TI-Android-GingerBread-2.3-DevKit-1.0.xml
Traceback (most recent call last):
File "/opt/.repo/repo/main.py", line 238, in
_Main(sys.argv[1:])
File "/opt/.repo/repo/main.py", line 220, in _Main
repo._Run(argv)
File "/opt/.repo/repo/main.py", line 125, in _Run
cmd.Execute(copts, cargs)
File "/opt/.repo/repo/subcmds/init.py", line 237, in Execute
self._SyncManifest(opt)
File "/opt/.repo/repo/subcmds/init.py", line 120, in _SyncManifest
m.PreSync()
File "/opt/.repo/repo/project.py", line 1895, in PreSync
cb = self.CurrentBranch
File "/opt/.repo/repo/project.py", line 536, in CurrentBranch
b = self.work_git.GetHead()
File "/opt/.repo/repo/project.py", line 1665, in GetHead
fd = open(path, 'rb')
IOError: [Errno 2] No such file or directory: '/opt/.repo/manifests/.git/HEAD'

```

Original issue reported on code.google.com by `vardhanr...@gmail.com` on 1 Jun 2011 at 11:06

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the reported repo init command on the stated Ubuntu environment, then inspect repo/subcmds/init.py and repo/project.py around _SyncManifest, PreSync, CurrentBranch, and GetHead. Done means initialization completes without the missing manifests/.git/HEAD error and allows the expected Gingerbread manifest sync.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, git, ubuntu
Domain
build-system, cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.