Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to use public HTTP endpoints #12

Merged
merged 2 commits into from
Oct 29, 2018
Merged

Conversation

jason-fox
Copy link
Contributor

The current .submodules file is causing an issue when instantiating within a Docker environment. See FIWARE/tutorials.Fast-RTPS-Micro-RTPS#5 - this can be simply fixed by using HTTP urls rather than SSH

The current `.submodules` file is causing an issue when instantiating within a Docker environment. See FIWARE/tutorials.Fast-RTPS-Micro-RTPS#5 - this can be simply fixed by using HTTP urls rather than SSH
.gitmodules Outdated
@@ -1,9 +1,9 @@
[submodule "client"]
path = client
url = git@github.com:eProsima/Micro-XRCE-DDS-Client.git
url = https://github.com:eProsima/Micro-XRCE-DDS-Client.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url = https://github.com:eProsima/Micro-XRCE-DDS-Client.git
url = https://github.com/eProsima/Micro-XRCE-DDS-Client.git

.gitmodules Outdated
[submodule "agent"]
path = agent
url = git@github.com:eProsima/Micro-XRCE-DDS-Agent.git
url = https://github.com:eProsima/Micro-XRCE-DDS-Agent.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url = https://github.com:eProsima/Micro-XRCE-DDS-Agent.git
url = https://github.com/eProsima/Micro-XRCE-DDS-Agent.git

.gitmodules Outdated
[submodule "gen"]
path = gen
url = git@github.com:eProsima/Micro-XRCE-DDS-Gen.git
url = https://github.com:eProsima/Micro-XRCE-DDS-Gen.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url = https://github.com:eProsima/Micro-XRCE-DDS-Gen.git
url = https://github.com/eProsima/Micro-XRCE-DDS-Gen.git

@richiware richiware merged commit 35f89b7 into eProsima:master Oct 29, 2018
@richiware
Copy link
Member

Thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants