diff --git a/gerrit/README.md b/gerrit/README.md new file mode 100644 index 0000000..a65fdf9 --- /dev/null +++ b/gerrit/README.md @@ -0,0 +1,8 @@ +gerrit +====== + +This app takes care of the interaction with gerrit service. + +Mainly is just utils lib and tasks that will be triggered from other apps. + +The related models are defined on [repoapi](../repoapi/models/gri.py) app.