tag | f6d5109bcb659e0a4fe6317c974e2baf1ecea394 | |
---|---|---|
tagger | Xin Li <delphij@google.com> | Mon Nov 07 17:06:08 2022 -0800 |
object | 5fb9c6a5b35220e27b3acd5861318584588cd0d8 |
repo v2.29.7
commit | 5fb9c6a5b35220e27b3acd5861318584588cd0d8 | [log] [tgz] |
---|---|---|
author | LaMont Jones <lamontjones@google.com> | Tue Nov 08 00:54:56 2022 +0000 |
committer | LaMont Jones <lamontjones@google.com> | Tue Nov 08 00:54:56 2022 +0000 |
tree | d3d3a7d6d021e1547d9f22875aea57a717540f92 | |
parent | 859d3d958057e35b618e8cca209a85317d49a974 [diff] |
v2.29.7: Revert back to v2.29.5 This change reverts stable to v2.29.5, to fix clients that received v2.29.6, and keep future updates simpler. Change-Id: I2f5c52c466b7321665c9699ccdbf98f928483fee
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.
Please use the repo-discuss mailing list or issue tracker for questions.
You can file a new bug report under the “repo” component.
Please do not e-mail individual developers for support. They do not have the bandwidth for it, and often times questions have already been asked on repo-discuss or bugs posted to the issue tracker. So please search those sites first.
Many distros include repo, so you might be able to install from there.
# Debian/Ubuntu. $ sudo apt-get install repo # Gentoo. $ sudo emerge dev-vcs/repo
You can install it manually as well as it's a single script.
$ mkdir -p ~/.bin $ PATH="${HOME}/.bin:${PATH}" $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo $ chmod a+rx ~/.bin/repo