From 4e52c307aa398831b5c67f276c80b5a542b77ec9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 24 Jul 2019 15:06:37 +0300 Subject: Change: note that no events from mocked Gerrit --- gitlab.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitlab.md b/gitlab.md index d3f7c6a..5f85e85 100644 --- a/gitlab.md +++ b/gitlab.md @@ -19,7 +19,8 @@ The components are: * **Gerrit** (or any git server): this is the canonical location for the source code. It emits *events* that the controller reacts to. Also, the controller sends message to it. This will be mocked in the - first iteration by using any dumb git server. + first iteration by using any dumb git server. There will be no + actual events sent. * **controller**: this orcestrates builds and deployments; in the first iteration, it won't be listening to Gerri events, and will instead have an HTTP API that will be used instead -- cgit v1.2.1