Repo is a tool from Google that help us managing the code base.
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/repo && \ sudo chmod a+x repo && \ sudo cp repo /usr/bin
NOTE:
master
is used as an example. You can substitute your favorite branch formaster
, for example,cord-4.0
orcord-3.0
. You can also use flavor-specific manifests such asmcord
orecord
. The flavor you use here is not correlated to the profile you will choose to run later, but it is suggested that you use the corresponding manifest for the deployment you want. For example, if you use theecord
manifest then it would be typical to deploy theecord.yml
service profile.
When this is complete, a listing (ls
) inside this directory should yield output similar to:
ls -F build/ incubator/ onos-apps/ orchestration/ test/
We use Gerrit to manage the code base. For more information about how to commit patches to Gerrit, click here. For a general introduction to ways you can participate and contribute to the project, check out the CORD wiki.