Package gbp :: Module config
[hide private]
[frames] | no frames]

Module config

handles command line and config file option parsing for the gbp commands

Classes [hide private]
  GbpOption
  GbpOptionParser
Handles commandline options and parsing of config files
  GbpOptionGroup
  GbpOptionParserDebian
Handles commandline options and parsing of config files for Debian tools
Functions [hide private]
 
expand_path(option, opt, value)
 
check_tristate(option, opt, value)
Variables [hide private]
  gbp_version = '0.6.6'
  no_upstream_branch_msg = '\nRepository does not have branch \'...
  __package__ = 'gbp'
Variables Details [hide private]

no_upstream_branch_msg

Value:
'''
Repository does not have branch \'%s\' for upstream sources. 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 --upstream-branch to specify it.
'''