module documentation

Clone a Git repository and set it up for gbp

Function add_upstream_vcs Undocumented
Function apt_showsrc Undocumented
Function build_parser Undocumented
Function main Undocumented
Function parse_args Undocumented
Function repo_to_url No summary
Function vcs_git_url Undocumented
def add_upstream_vcs(repo):

Undocumented

def apt_showsrc(pkg):

Undocumented

def build_parser(name):

Undocumented

def main(argv):

Undocumented

def parse_args(argv):

Undocumented

def repo_to_url(repo):
>>> repo_to_url("https://foo.example.com")
'https://foo.example.com'
>>> repo_to_url("salsa:agx/git-buildpackage")
'https://salsa.debian.org/agx/git-buildpackage.git'
>>> repo_to_url("github:agx/git-buildpackage")
'https://github.com/agx/git-buildpackage.git'
def vcs_git_url(pkg):

Undocumented