Giter Club home page Giter Club logo

gitrepo's Introduction

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

gitrepo's People

Contributors

vapier avatar spearce avatar dpursehouse avatar cco3 avatar lamontj avatar rtenneti-google avatar tardyp avatar danw avatar delphij avatar danielkutik avatar chirayudesai avatar rpaquay avatar dborowitz avatar jrn avatar sschuberth avatar ssavrim avatar colincross avatar jowang4105 avatar dsandler avatar anatol avatar mark-e-hamilton avatar sokcevicg avatar kellyma2 avatar rosti-il avatar bastien31 avatar remybohmer avatar davidjamesca avatar smcallis avatar kyunam-jo avatar timschumi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.