From a28169aedea4ef9245b2042972bd4d2eb41b20ec Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 9 Jul 2019 12:28:55 +0100 Subject: 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. --- lorry-controller-webapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lorry-controller-webapp') 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( -- cgit v1.2.1