repo 2.45-1 source package in Ubuntu

Changelog

repo (2.45-1) unstable; urgency=medium

  * Upload to unstable.
  * New upstream release v2.45
  * debian/patches: Refresh patches.

 -- Roger Shimizu <email address hidden>  Mon, 25 Mar 2024 23:16:32 -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
Oracular release multiverse misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
repo_2.45-1.dsc 2.2 KiB 1d203fe2adf91686c833a49b42e7e0eb636d5f2358dc39980a476c075ec6e9a8
repo_2.45.orig.tar.xz 204.4 KiB 3c0caedd285c52755cfa732b07172049d96d4ee6f65af082f74a7c41cba2bb48
repo_2.45-1.debian.tar.xz 9.5 KiB bf57f68c3f48c8460f07c71b99d283eb7c897e4fdd00f5b72ebb0867625b65fe

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.