Package: repo Architecture: all Version: 2.13.8-1 Priority: optional Section: contrib/devel Maintainer: Android tools Maintainer Installed-Size: 357 Depends: python3:any, git (>= 1:2.20.0), gnupg, python3-kerberos Filename: pool/contrib/r/repo/repo_2.13.8-1_all.deb Size: 113992 MD5sum: 4ae8d6af48adebba04de3df5e476f4f1 SHA1: e47523ccf279eef782116a54500ea9eb50220ad6 SHA256: 6f514dc6babb6663fe9a575de129b7c848a70941c76cdcbaca0424802beac4b0 SHA512: f0ff91c182e28941d024e89455e43873200d3df9b94c3fa4c0804086a50da27f77f070c055b73b533f48d8871fd3762db9a296c5937768ddbb41d6be7bc18434 Homepage: https://source.android.com/source/developing.html Description: repository management tool built on top of git Repo is a repository management tool that the Android developers built on top of Git. Repo unifies the many Git repositories when necessary, does the uploads to the Android revision control system, and automates parts of the Android development workflow. Repo is not meant to replace Git, only to make it easier to work with Git in the context of Android. The repo command is an executable Python script that you can put anywhere in your path. In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory. . repo is an unusual tool because it downloads all of its own Python modules using GPG-signed git tags, and stores those files as part of the project that it is working with. So this package just provides the wrapper script, which provides the GPG signing keys for verifying that the correct Python code was downloaded.