summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2019-07-09 12:28:55 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2019-07-09 12:29:03 +0100
commita28169aedea4ef9245b2042972bd4d2eb41b20ec (patch)
treed186ff9b19cdcf08986f1dd6c0dc4a51841b7613 /lorry-controller-webapp
parent87d97ba405039ac3c45a18ee4e310a77ff507fb5 (diff)
downloadlorry-controller-a28169aedea4ef9245b2042972bd4d2eb41b20ec.tar.gz
Support 'local' git-server-type for local mirrors
In this scenario, where the mirror would be in the local filesystem, lorry will be the one initialising the repository.
Diffstat (limited to 'lorry-controller-webapp')
-rwxr-xr-xlorry-controller-webapp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 43cff0d..18b28a9 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -131,7 +131,7 @@ class WEBAPP(cliapp.Application):
self.settings.choice(
['git-server-type'],
- ['gitano', 'gerrit', 'gitlab'],
+ ['gitano', 'gerrit', 'gitlab', 'local'],
'what API the local Git server speaks')
self.settings.string(