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
  GbpOptionParserRpm
Handles commandline options and parsing of config files for rpm tools
  GbpOptionParserBB
Commandline and config file option parser for the -bb commands
Functions [hide private]
 
expand_path(option, opt, value)
 
check_tristate(option, opt, value)
 
safe_option(f)
Variables [hide private]
  gbp_version = '0.7.5-tizen20161231'
  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 or check the --create-missing-branches option. Othe\
rwise,
use --upstream-branch to specify it.
...