Improve documentation
This commit is contained in:
parent
f035158fa7
commit
6a3e06dfad
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue