I just sent this to the Tizen website administrator to clarify an error I
was getting out of repo, specifically: SSH is not able to connect to
review.tizen.org at port 22

But just in case it doesn't get acted on, I thought to email people about
it instead as a pointer if you run into this problem.

text:
---------------------------------------
For this page:
https://source.tizen.org/documentation/developer-guide/creating-tizen-platform-image-scratch-through-local-build

Under the "Downloading Source Code" section, the repo command fails with
the instructions specified in recommended environment setup found here:
https://source.tizen.org/documentation/developer-guide/environment-setup

Specifically, as the ssh configuration file has the following recommended
entry:

Host tizen
  Hostname review.tizen.org
  IdentityFile ~/.ssh/id_rsa
  User <Gerrit Username>
  Port 29418

...the command "repo init -u ssh://<username>@
review.tizen.org:29418/scm/manifest -b tizen" will fail to recognize that
the Port is different, and default to Port 22, and fail mysteriously.

While you can add a review.tizen.org entry to your .ssh/config file, a
better way to do this is to simply tell people to do invoke repo as the
following:

repo init -u tizen:/scm/manifest -b tizen
(obviously this is only for the 3.0 version, others have different
arguments to the -b flag.)

This will work with the "tizen" machine entry that should already be in the
.ssh config file. A notice pointing to the ssh initialization instructions
should also be made as well, just for clarity.

-- 
Kind Regards

Steven Maurer
-------------------
Infotainment Engineer
MSX on behalf of Jaguar Land Rover
One World Trade Center, 121 Southwest Salmon Street, 11th Floor, Portland,
Oregon, 97204

Email: [email protected]
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to