Language

Package: git-repo @ 2.4.1

Synopsis

Helps to manage many Git repositories

Description

Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.

Home page
https://code.google.com/p/git-repo/
Location
gnu/packages/android.scm (line: 884, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'pytest' does not match package name 'python-pytest'
input-labels

Identify input labels that do not match package names

label 'ssh' does not match package name 'openssh'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?