repo 2.31-1 source package in Ubuntu

Changelog

repo (2.31-1) unstable; urgency=medium

  * New upstream release v2.31 (Closes: #1027478).

 -- Roger Shimizu <email address hidden>  Sat, 14 Jan 2023 01:10:31 -0800

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
Lunar release multiverse misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
repo_2.31-1.dsc 2.1 KiB 59e707b9ecdc5b3f0dd9cb5b2287d7cbdb979630d47fe1da8bc3ca45ad46432e
repo_2.31.orig.tar.xz 187.4 KiB 11c3b6ef20f112a6dd58b954916dc8a7dbbf886ad0832e516c68a328a3046226
repo_2.31-1.debian.tar.xz 9.3 KiB ecbfc2a278dbd6915a789392f0b5e9436920cd5d0d27b16a58ecc3567888fe87

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.