To simplify build process, we add data sources in a compressed form
directly in to our git repository.
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
Adding $(DIRS) dependency to fix parallel make build.
Without this dependency targets downloading external databases may fail
if output directory was not created yet.
Signed-off-by: Stanislav Bogatyrev <s.bogatyrev@yadro.com>
- uses "make all" to download and build database
- packages it to debian package to be placed in /var/lib/neofs/ir
Using:
```make debpackage```
Signed-off-by: Dmitriy Zabolotskiy <d.zabolotskiy@yadro.com>