75950664a7
Summary: This diff splits single node and distributed storage from each other. Currently all of the storage code is copied into two directories (one single node, one distributed). The logic used in the storage implementation isn't touched, it will be refactored in following diffs. To clean the working directory after this diff you should execute: ``` rm database/state_delta.capnp rm database/state_delta.hpp rm storage/concurrent_id_mapper_rpc_messages.capnp rm storage/concurrent_id_mapper_rpc_messages.hpp ``` Reviewers: teon.banek, buda, msantl Reviewed By: teon.banek, msantl Subscribers: teon.banek, pullbot Differential Revision: https://phabricator.memgraph.io/D1625
23 lines
645 B
YAML
23 lines
645 B
YAML
- name: Binaries
|
|
archive:
|
|
- build_debug/memgraph
|
|
- build_debug/memgraph_distributed
|
|
- build_release/memgraph
|
|
- build_release/memgraph_distributed
|
|
- build_release/tools/src/mg_import_csv
|
|
- build_release/tools/src/mg_statsd
|
|
- config
|
|
filename: binaries.tar.gz
|
|
|
|
- name: Doxygen documentation
|
|
cd: docs/doxygen/html
|
|
archive:
|
|
- .
|
|
filename: documentation.tar.gz
|
|
host: true
|
|
|
|
- name: Release (user docs)
|
|
project: ^NEVER$ # TODO (mferencevic): replace with 'release' once user documentation creation is fixed (couscous -> pandoc)
|
|
archive: docs/user_technical/docs.tar.gz
|
|
filename: release_user_docs.tar.gz
|