Skip to content
Snippets Groups Projects
Verified Commit 9f600b70 authored by Claudio Bisegni's avatar Claudio Bisegni
Browse files

fix and added changelog

parent 14a6c3e8
No related branches found
No related tags found
No related merge requests found
---
Added:
- New kind of storage driver has been added. Hybrid Driver uses mongodb as index database
for complex query and additional technology for store the daq data. Actually has
been implemented the cassandra storage layer for Hybrid driver
...@@ -50,7 +50,7 @@ while getopts sha: opt; do ...@@ -50,7 +50,7 @@ while getopts sha: opt; do
;; ;;
h) h)
echo -e "Usage is $0 -s \n-s setup environment for changelog management" echo -e "Usage is $0 -s \n-s setup environment for changelog management\n-a add a new entry in changelog"
exit 0; exit 0;
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment