gbp-config(1) | git-buildpackage Manual | gbp-config(1) |
gbp-config - Query configuration values
gbp config
[--version] [--help] [--verbose]
[--color=[auto|on|off]] [--color-scheme= COLOR_SCHEME]
{command.option | command}
gbp config prints values from the configuration files. It interpolates the value for option of command.
When gbp config finishes, it indicates success or failure with its exit code:
Print the value upstream-branch that gbp buildpackage would use:
$ gbp config buildpackage.upstream-branch buildpackage.upstream-branch=upstream
Print the values of all of gbp buildpackage options
$ gbp config buildpackage buildpackage.upstream-branch=upstream buildpackage.debian-branch=master ...
Several gbp.conf files are parsed to set defaults for the above command-line arguments. See the gbp.conf(5) manpage for details.
gbp.conf(5)
Guido Günther <agx@sigxcpu.org>
15 December 2023 |