![]() | ![]() | ![]() | Building Debian Packages with git-buildpackage: Version: 0.6.15 | ![]() |
---|
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:
0 | Success. |
1 | Failed to parse command line |
2 | The value did not exist |
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 buildpackages options
$ gbp config buildpackage buildpackage.upstream-branch=upstream buildpackage.debian-branch=master ...
Several gbp.conf files are parsed to set defaults for the above commandline arguments. See the gbp.conf(5) manpage for details.
<<< gbp-clone | gbp-pull >>> |