Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Git and git-review will be used to pull and push code from/to the ONOS repository, so they need to be installed. To streamline the code review process, it is highly recommended that contributors install git-review

Code Block
languagebash
titleInstall git and git-review
sudo apt-get install git
sudo apt-get install git-review

 

 

Tip
titlegit-review + Mac

For more info about git-review refer to this link

If you're using a Mac, you may need to manually upgrade the git-review package dependency. (git-review bug#1337701)

$ sudo pip install --upgrade setuptools
$ sudo pip install --upgrade git-review

Install Oracle JDK 1.8

...