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

Module import_srpm

Import an RPM source package into a git repository

Classes [hide private]
  SkipImport
Functions [hide private]
 
download_source(pkg, dirs)
 
move_tag_stamp(repo, format, version, vendor)
Move tag out of the way appending the current timestamp
 
set_bare_repo_options(options)
Modify options for import into a bare repository
 
parse_args(argv)
 
main(argv)
Variables [hide private]
  no_packaging_branch_msg = '\nRepository does not have branch \...
  __package__ = 'gbp.scripts'
Variables Details [hide private]

no_packaging_branch_msg

Value:
'''
Repository does not have branch \'%s\' for packaging/distribution sour\
ces. If there is none see
file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP\
.IMPORT.CONVERT
on howto create it otherwise use --packaging-branch to specify it.
'''