repo 2.28-1 source package in Ubuntu

Changelog

repo (2.28-1) unstable; urgency=medium

  * New upstream release v2.28

 -- Roger Shimizu <email address hidden>  Tue, 02 Aug 2022 19:55:45 +0900

Upload details

Uploaded by:
Android tools Maintainer
Uploaded to:
Sid
Original maintainer:
Android tools Maintainer
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
repo_2.28-1.dsc 2.1 KiB e2cdde7d0bcfc886176515eaa16e30ce08b5eb07a9c0bcb1c2e3b623b3a13a66
repo_2.28.orig.tar.xz 181.4 KiB 0ad547c0aa0d34f553965edfbfbb87d15662cec971ea2866727906f75e6faa35
repo_2.28-1.debian.tar.xz 9.3 KiB 0470383444806553d14251e92ff8fe1d612fbcd309d6f20e11d48d043cdaa864

Available diffs

No changes file available.

Binary packages built by this source

repo: 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.