Improve documentation

This commit is contained in:
Patrick Georgi 2021-10-29 19:22:00 +02:00
parent f035158fa7
commit 6a3e06dfad

View file

@ -53,9 +53,10 @@ When applying a change to downstream, several things needs to be taken care of:
the upstream parent (in other cases) to account for situations in which the upstream parent (in other cases) to account for situations in which
commits in the work stream touch files outside its direct responsibility. commits in the work stream touch files outside its direct responsibility.
Pushes to downstream need to be authenticated (as there needs to be enough Pushes to downstream need to be authenticated and there needs to be enough
access to gerrit to be able to unabandon changes), while pulls from upstream access to gerrit to be able to unabandon changes, while pulls from upstream
can be anonymous. can be anonymous. Future additions such as watching upstream's event stream
might require authentication on the upstream side as well.
## Configuration format ## Configuration format