软件包:repo(1.13.2-1) [contrib]
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.
其他与 repo 有关的软件包
|
|
|
|
-
- dep: git (>= 1.7.2)
- 快速、可缩放的分布式版本控制系统
-
- dep: gnupg
- GNU 隐私卫士 - PGP 的自由软件替代品
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-kerberos
- GSSAPI interface module - Python 2.x