10 lines
244 B
Text
10 lines
244 B
Text
|
# Configuration file for "gbp <command>"
|
||
|
|
||
|
[DEFAULT]
|
||
|
# the default build command:
|
||
|
builder = git-pbuilder -i -I -us -uc
|
||
|
# use pristine-tar:
|
||
|
pristine-tar = True
|
||
|
# Use color when on a terminal, alternatives: on/true, off/false or auto
|
||
|
color = auto
|