Package gbp :: Package scripts :: Module import_orig
[hide private]
[frames] | no frames]

Module import_orig

Import a new upstream version into a GIT repository

Functions [hide private]
 
upstream_import_commit_msg(options, version)
 
detect_name_and_version(repo, source, options)
string
find_source(use_uscan, args)
Find the tarball to import - either via uscan or via command line argument
 
pristine_tarball_name(source, pkg_name, pkg_version)
 
set_bare_repo_options(options)
Modify options for import into a bare repository
 
build_parser(name)
 
parse_args(argv)
 
main(argv)
Variables [hide private]
  __package__ = 'gbp.scripts'
Function Details [hide private]

find_source(use_uscan, args)

 

Find the tarball to import - either via uscan or via command line argument

Returns: string
upstream source filename or None if nothing to import
Raises:
  • GbpError - raised on all detected errors