summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-05-14 13:41:20 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-06-01 17:17:59 +0100
commite68d17adf03b7a203f4b5d75da175ee37e97ce45 (patch)
tree7d4c050a78e4883a4e99f66164b9fe3a091118f9 /lorry-controller-webapp
parent36a0a30c13e669514ba2bce7a7f77d53f7275a11 (diff)
downloadlorry-controller-e68d17adf03b7a203f4b5d75da175ee37e97ce45.tar.gz
Add gitea Downstream Host connector
Implement organisation and repository creation using the Gitea REST API v1. Add a 'gitea-access-token' application setting for this. Closes #9.
Diffstat (limited to 'lorry-controller-webapp')
-rwxr-xr-xlorry-controller-webapp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 1cb7e16..58c46de 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -150,13 +150,13 @@ class WEBAPP(cliapp.Application):
self.settings.string(
['downstream-http-url'],
- 'URL for Downstream Host HTTP(S) service (GitLab)',
+ 'URL for Downstream Host HTTP(S) service (Gitea, GitLab)',
metavar='URL')
self.settings.choice(
['downstream-visibility'],
['private', 'internal', 'public'],
- 'Visibility of repositories created on Downstream Host (GitLab)')
+ 'Visibility of repositories created on Downstream Host (Gitea, GitLab)')
for downstream_type in lorrycontroller.downstream_types.values():
downstream_type.add_app_settings(self.settings)