mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 15:13:32 -05:00
20 lines
660 B
Markdown
20 lines
660 B
Markdown
---
|
|
title: "Updating reva"
|
|
date: 2020-05-22T00:00:00+00:00
|
|
weight: 50
|
|
geekdocRepo: https://github.com/owncloud/ocis
|
|
geekdocEditPath: edit/master/docs/extensions/storage
|
|
geekdocFilePath: updating.md
|
|
---
|
|
|
|
{{< toc >}}
|
|
|
|
## Updating reva
|
|
|
|
1. Run `go get github.com/cs3org/reva@master`
|
|
2. Create a changelog entry containing changes that were done in [reva](https://github.com/cs3org/reva/commits/master)
|
|
3. Create a Pull Request to ocis-reva master with those changes
|
|
4. If test issues appear, you might need to [adjust the tests]({{< ref "testing.md" >}})
|
|
5. After the PR is merged, consider doing a [release of the storage submodule]({{< ref "releasing.md" >}})
|
|
|