Hi Everyone,

I am experiencing a problem with the current repo script.  I've been 
experiencing problems with gbs and ssh going through port 22 rather than 49128. 
 So I've tried to clean everything today.  I've installed new repo command as 
of today and it seems to have a problem with repo init.


$ repo init -u 
ssh://[email protected]:29418/scm/manifest<http://[email protected]:29418/scm/manifest>
 -b tizen_2.1
fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error no host given
https://gerrit.googlesource.com/git-repo/clone.bundle does not exist although 
https://gerrit.googlesource.com/git-repo does.   When I check the repo script 
the clone.bundle is appended on the url anyway. Personally I'm not sure why 
repo is going to this url anyway as the manifest is on the specified tizen 
server.
Does anyone have the similar issue and know how to fix it?

As background, all the rest of the environment seems OK

ssh is working fine (this also works the same for $ ssh tizen using 
/.ssh/config file settings)

$ ssh -p 29418 [email protected]<mailto:[email protected]>

  ****    Welcome to Gerrit Code Review    ****

  Hi Martin Hennelly, you have successfully connected over SSH.

  Unfortunately, interactive shells are disabled.
  To clone a hosted Git repository, use:

  git clone 
ssh://[email protected]:29418/REPOSITORY_NAME.git<http://[email protected]:29418/REPOSITORY_NAME.git>

When I try and clone directly with git it works fine but is limited to a single 
project at a time so not practical to grab all the code:

$ git clone 
ssh://[email protected]:29418/platform/core/api/audio-io.git<http://[email protected]:29418/platform/core/api/audio-io.git>
Cloning into 'audio-io'...
remote: Counting objects: 34, done
remote: Finding sources: 100% (17/17)
remote: Total 149 (delta 0), reused 149 (delta 0)
Receiving objects: 100% (149/149), 1.87 MiB | 452 KiB/s, done.
Resolving deltas: 100% (41/41), done.


There is no proxy on my network and I checked that all my proxys are turned off:

$ export | grep proxy
declare -x ftp_proxy=""
declare -x http_proxy=""
declare -x https_proxy=""
I would really appreciate if someone who is very familiar with repo could help
Regards - Martin

________________________________

NEC Technologies (UK) Ltd.,
Company Registered Office: Imperium, Reading, Berkshire, RG2 0TD
Registered Number: 4072718
Attention:
The information contained in this message and or attachments is intended only 
for the person or entity to which it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination or other 
use of, or taking of any action in reliance upon, this information by persons 
or entities other than the intended recipient is prohibited. If you received 
this in error, please contact the sender and delete the material from any 
system and destroy any copies.
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to