summaryrefslogtreecommitdiff
path: root/gitlab.md
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.md')
-rw-r--r--gitlab.md3
1 files changed, 2 insertions, 1 deletions
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