repo 2.35-2 source package in Ubuntu

Changelog

repo (2.35-2) unstable; urgency=medium

  * debian/patches: Add patch to remove black and flake8 check.
  * debian/control: Remove B-D: black.
  * debian/rules: Revert previous ignore test warning.

 -- Roger Shimizu <email address hidden>  Tue, 01 Aug 2023 21:46:40 -0700

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
repo_2.35-2.dsc 2.2 KiB f8abf6b6ac6bfda10502a3b283101bd58a915b51283e47c2d00468911c972185
repo_2.35.orig.tar.xz 196.4 KiB 27d87defa0f6a5398e84b7c78e4ddc478a7db9b285a50b2ee7b7d1d04c606a33
repo_2.35-2.debian.tar.xz 9.5 KiB ca398afce9b806ccad63a83528c85acb066cde72901a2662113c2d3fb916991e

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.