aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/config.py')
-rw-r--r--gbp/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 40424444..52453e9e 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -128,6 +128,7 @@ class GbpOptionParser(OptionParser):
'pbuilder-options': '',
'template-dir': '',
'remote-config': '',
+ 'allow-unauthenticated': 'False',
}
help = {
'debian-branch':
@@ -217,6 +218,8 @@ class GbpOptionParser(OptionParser):
"Template directory used by git init, default is '%(template-dir)s'",
'remote-config':
"Remote defintion in gbp.conf used to create the remote repository",
+ 'allow-unauthenticated':
+ "Don't verify integrity of downloaded source",
}
def_config_files = [ '/etc/git-buildpackage/gbp.conf',