Change extraction protocol to http.

This commit is contained in:
James Edwards
2018-06-13 10:55:45 -05:00
parent 5254d2fabe
commit 66e3e0e9bb

View File

@@ -2,9 +2,9 @@
<manifest>
<remote name="roc-github"
fetch="ssh://git@github.com/RadeonOpenCompute/" />
fetch="http://git@github.com/RadeonOpenCompute/" />
<remote name="pctools-github"
fetch="ssh://git@github.com/GPUOpen-ProfessionalCompute-Tools/" />
fetch="http://git@github.com/GPUOpen-ProfessionalCompute-Tools/" />
<default revision="roc-1.7.x"
remote="roc-github"