summaryrefslogtreecommitdiff
path: root/gbp/config.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-05-24 14:29:52 +0200
committerGuido Günther <agx@sigxcpu.org>2012-05-24 14:51:30 +0200
commita5f0d875d7779b2001fda0f436a4710dfa9a5d77 (patch)
tree15070b2cc54b9a013e4bf419946c89fc6d001a37 /gbp/config.py
parent24e8455e29db5dddcb3d03f206183e4654546352 (diff)
import_dsc: add --allow-unauthenticated
Closes: #670623
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 4042444..52453e9 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',