Skip to main content

Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow.

Project description

gitrepo, pypi version

This not the official git-repo. Official version is hosted on google's Gerrit (see later part of this readme)

This version is used by RenaultGroup as an effort to better integrate repo into its python based Continuous Integration library.

This version is a friendly fork (https://github.com/grouperenault/gitrepo), with support for normal setup.py style installation. We intend to follow upstream about twice a year.

  • local imports replaced by module imports, "repo" being the name of the python module
  • subcommand discovery uses the python entrypoint system
  • support for custom repo subcommand in an separate python package

It would be difficult to support a version that supports all of that and the "standard" repo installation mode, this is why we didn't work on upstreaming it yet. We intend to find some time to upstream the import part as the patch is quite intrusive and make the merge from uptream quite painful.

This version is used in a large installation and backup by automated internal tests that we cannot really share yet (as dependent on our infra)

Generate wheel

python setup.py bdist_wheel

Installation

pip3 install --user gitrepo

Custom commands

  • create a python module starting from any example in the repo/subcmds directory

  • add an entrypoint to your setup.py module:

  setup(...,
    install_requires=["gitrepo"],
    entry_points={
      'repo.subcmds': [
        'my_custom_cmd = mycustomrepo.my_custom_cmd:CustomCmd',
    }
  )

Then you can ask your developers to install your own mycustomrepo package instead of the gitrepo package.

repo

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.

Contact

Please use the repo-discuss mailing list or issue tracker for questions.

You can file a new bug report under the "repo" component.

Please do not e-mail individual developers for support. They do not have the bandwidth for it, and often times questions have already been asked on repo-discuss or bugs posted to the issue tracker. So please search those sites first.

Install

Many distros include repo, so you might be able to install from there.

# Debian/Ubuntu.
$ sudo apt-get install repo

# Gentoo.
$ sudo emerge dev-vcs/repo

You can install it manually as well as it's a single script.

$ mkdir -p ~/.bin
$ PATH="${HOME}/.bin:${PATH}"
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
$ chmod a+rx ~/.bin/repo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitrepo-2.16.7.tar.gz (160.7 kB view details)

Uploaded Source

Built Distribution

gitrepo-2.16.7-py2.py3-none-any.whl (200.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file gitrepo-2.16.7.tar.gz.

File metadata

  • Download URL: gitrepo-2.16.7.tar.gz
  • Upload date:
  • Size: 160.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for gitrepo-2.16.7.tar.gz
Algorithm Hash digest
SHA256 f87cf1e738ed3ca17dfdf43f5be544b7f5eaf1f7f4ebac36891721d971ef72bd
MD5 c7865c6fe4c0c9d956de27dc28461e50
BLAKE2b-256 600b468aacc8d13b12d88eca74a77fd3908a658b68fcad957f2f066eed11e688

See more details on using hashes here.

Provenance

File details

Details for the file gitrepo-2.16.7-py2.py3-none-any.whl.

File metadata

  • Download URL: gitrepo-2.16.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 200.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for gitrepo-2.16.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 704a68c73833843b2a74be44a83c5aa0398024d4ebaddc9dc7592c5dd502026d
MD5 a23fd27c36ca92b7ae7f1d2e041ed763
BLAKE2b-256 bbdbcfb59215901dfbc16b208caa392d5d5258a84c7eea5e5fb5aacd808155e8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page