<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="titan-stage"
fetch="g...@titan-stage.corp.nutanix.com"
/>
<default revision="refs/heads/master"
remote="titan-stage"
sync-j="4" />
<project path="main" remote="titan-stage" name="main" revision="master" />
<project path="es_main" remote="titan-stage" name="es_main" revision="master"/>
</manifest>
[gnegi@gnegi-VM2 tmp]$ repo sync
Traceback (most recent call last):
File "/home/gnegi/sandbox/tmp/.repo/repo/main.py", line 513, in <module>
_Main(sys.argv[1:])
File "/home/gnegi/sandbox/tmp/.repo/repo/main.py", line 489, in _Main
result = repo._Run(argv) or 0
File "/home/gnegi/sandbox/tmp/.repo/repo/main.py", line 140, in _Run
copts, cargs = cmd.OptionParser.parse_args(argv)
File "/home/gnegi/sandbox/tmp/.repo/repo/command.py", line 67, in OptionParser
self._Options(self._optparse)
File "/home/gnegi/sandbox/tmp/.repo/repo/subcmds/sync.py", line 175, in _Options
self.jobs = self.manifest.default.sync_j
File "/home/gnegi/sandbox/tmp/.repo/repo/manifest_xml.py", line 334, in default
self._Load()
File "/home/gnegi/sandbox/tmp/.repo/repo/manifest_xml.py", line 402, in _Load
self._ParseManifest(nodes)
File "/home/gnegi/sandbox/tmp/.repo/repo/manifest_xml.py", line 455, in _ParseManifest
remote = self._ParseRemote(node)
File "/home/gnegi/sandbox/tmp/.repo/repo/manifest_xml.py", line 628, in _ParseRemote
return _XmlRemote(name, alias, fetch, manifestUrl, review, revision)
File "/home/gnegi/sandbox/tmp/.repo/repo/manifest_xml.py", line 75, in __init__
self.resolvedFetchUrl = self._resolveFetchUrl()
File "/home/gnegi/sandbox/tmp/.repo/repo/manifest_xml.py", line 85, in _resolveFetchUrl
manifestUrl = self.manifestUrl.rstrip('/')
AttributeError: 'NoneType' object has no attribute 'rstrip'
[gnegi@gnegi-VM2 tmp]$ repo sync
Fetching project es_main
Fetching project main
ERROR:gitosis.serve.main:Repository read access denied
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ERROR:gitosis.serve.main:Repository read access denied
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git remote -v
titan-stage g...@titan-stage.corp.nutanix.com:manifest/g...@titan-stage.corp.nutanix.com/main (fetch)
titan-stage g...@titan-stage.corp.nutanix.com:manifest/g...@titan-stage.corp.nutanix.com/main (push)
titan-stage g...@titan-stage.corp.nutanix.com/main (fetch)
titan-stage g...@titan-stage.corp.nutanix.com/main (push)
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="titan-stage"
remote="titan-stage"
sync-j="4" />
<project path="main" name="main" revision="master" />
<project path="toolbox" name="toolbox" revision="master" />
</manifest>