summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-06-01 17:16:29 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-06-01 17:16:29 +0100
commit1306be9e3ccc086153ffe0e28d2d7062f45dc157 (patch)
tree05420f7226c21c621b4319abd8909574aa01d218 /lorry-controller-webapp
parenta1d1913dcc2c73a961921213c9cfe8fc2cddbdae (diff)
parentf5d6b9a5124dd133251aed8202e0ba8a4dda4f4a (diff)
downloadlorry-controller-1306be9e3ccc086153ffe0e28d2d7062f45dc157.tar.gz
Merge branch 'bwh/remote-downstreams' into bwh/gitea-support
Diffstat (limited to 'lorry-controller-webapp')
-rwxr-xr-xlorry-controller-webapp10
1 files changed, 10 insertions, 0 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 2c99c08..1cb7e16 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -143,6 +143,16 @@ class WEBAPP(cliapp.Application):
['publish-failures'],
'make the status page show failure logs from lorry')
+ self.settings.string(
+ ['downstream-ssh-url'],
+ 'URL for Downstream Host SSH service (Gerrit)',
+ metavar='URL')
+
+ self.settings.string(
+ ['downstream-http-url'],
+ 'URL for Downstream Host HTTP(S) service (GitLab)',
+ metavar='URL')
+
self.settings.choice(
['downstream-visibility'],
['private', 'internal', 'public'],