default: use ssh connection to github for auth purposes

Instead of typing username/password over HTTP for all operations, use
ssh and key based auth.

Change-Id: I5c66357fcfe7932a7275346d8ed4e00c80073d1f
This commit is contained in:
Andres Rodriguez
2016-05-11 17:39:26 -04:00
parent fd180dec60
commit a683987259

View File

@@ -4,9 +4,9 @@
<remote name="llvm.org"
fetch="http://llvm.org/git/" />
<remote name="roc-github"
fetch="https://github.com/RadeonOpenCompute/" />
fetch="ssh://git@github.com/RadeonOpenCompute/" />
<remote name="pctools-github"
fetch="https://github.com/GPUOpen-ProfessionalCompute-Tools/" />
fetch="ssh://git@github.com/GPUOpen-ProfessionalCompute-Tools/" />
<default revision="master"
remote="roc-github"