how_to_use_google_repo

This is an old revision of the document!


Tutorial on how to use Google repo tool, using AGL (Automotive Grade Linux) as an example.

Links:

Install the repo launcher tool in your personal ~/bin directory:

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod +x ~/bin/repo

Note well that this is not the repo command itself; rather, it is the launcher tool that will, every time you initialize a new repo directory, copy the actual repo command into that new directory.

Do not confuse these two things.

  • how_to_use_google_repo.1585142397.txt.gz
  • Last modified: 2020/03/25 13:19
  • by rpjday