Skip to content
Snippets Groups Projects
Commit f3dd8827 authored by Mattijs Korpershoek's avatar Mattijs Korpershoek
Browse files

bootloaders: Use https:// for fetching instead of ssh://


All the projects we work on are public.
There is no reason to require ssh authentication when fetching the projects.

Move to https:// for the baylibre remote.

Signed-off-by: default avatarMattijs Korpershoek <mkorpershoek@baylibre.com>
parent 1da4d045
No related branches found
No related tags found
1 merge request!94Bootloaders: use upstream ATF + use HTTPS only
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="baylibre" fetch="ssh://git@gitlab.baylibre.com/baylibre/ti" />
<remote name="baylibre" fetch="https://gitlab.baylibre.com/baylibre/ti/" />
<remote name="ti" fetch="git://git.ti.com/" />
<remote name="github" fetch="https://github.com/" />
<remote name="tf-a" fetch="git://git.trustedfirmware.org/" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment