There's a script to automate fetching submodule changes. However, this script alays fetches remote master branch, which's not always the case. For example, for branch-5.0/next-5.0 pair the correct scylla-seastar branch would be the branch-5.0 one, not master. With this change updating a submodule from a custom branch would be like refresh-submodules.sh <submodule>:<branch> Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Message-Id: <20220322093623.15748-1-xemul@scylladb.com>
Scylla Developer Documentation
This documentation targets developers who are interested in contributing to Scylla codebase.
Contents
- Alternator - The open source DynamoDB-compatible API reference.
- Design notes - Explanations describing how new features work for other contributors and exploratory research.
- Guides - Instructions on how to build, run, test and debug the Scylla codebase.
- Contribute - Guidelines on how to contribute and maintain the project.