summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
Diffstat (limited to 'lorry-controller-webapp')
-rwxr-xr-xlorry-controller-webapp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index e60f00c..1cb7e16 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -153,6 +153,11 @@ class WEBAPP(cliapp.Application):
'URL for Downstream Host HTTP(S) service (GitLab)',
metavar='URL')
+ self.settings.choice(
+ ['downstream-visibility'],
+ ['private', 'internal', 'public'],
+ 'Visibility of repositories created on Downstream Host (GitLab)')
+
for downstream_type in lorrycontroller.downstream_types.values():
downstream_type.add_app_settings(self.settings)