Compare commits

...

2 Commits

Author SHA1 Message Date
James Edwards
66e3e0e9bb Change extraction protocol to http. 2018-06-13 10:55:45 -05:00
James Edwards
5254d2fabe Update README.md 2018-04-18 15:01:19 -05:00
2 changed files with 3 additions and 2 deletions

View File

@@ -112,6 +112,7 @@ Directions for each repository are given below:
```shell
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo apt install libnuma-dev
sudo reboot

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"