Archiver - Hdb++
|
|
---|---|
In order to generate only the source package, you can do debuild -S This produce three files the orig.tar.gz a .debian.tar.xz ans .dsc But in order to upload into mentors, you need also the binary packages. So just try debuild and tell me if everythongs goes fine. Cheers |
|
|
---|---|
picca I am not in the office today much, but I will try if you get a moment. I think it will fail, since I am not supplying a source tarball archive to the debian build, just building from the source directory. Apart from that change, I think I am pretty close to a full build (automating it with scripts and docker pushed me towards it). I'll add some feedback later today or first thing tomorrow, and try adding the tarball to complete it. |
|
|
---|---|
Hi All, I explored extractor tools that is jhdbviewer and pytangoarchiving. Also I heard about extractor/viewer tool which is available in C++. Can anyone share the details for same?
Regards,
TCS_GMRT |
|
|
---|---|
Hello, the C++ hdb extractor sources can be found here: https://sourceforge.net/p/tango-cs/code/HEAD/tree/archiving/hdb++/hdbextractor/cpp/ Swig generated Python bindings are in the same package too. Best regards, Giacomo. |
|
|
---|---|
I have built packages for debian stretch. They are available at bintry: https://bintray.com/tango-controls/debian Add bintray to your repo: echo "deb https://dl.bintray.com/tango-controls/debian stretch main" | sudo tee -a /etc/apt/sources.list Update: apt-get update There are two metapackages, hdb++mysql and hdb++cassandra to install the complete system. hdb++cassandra requires one additional dependency, cassandra-cpp-driver, I have built and uploaded this to bintry, since its an older release not available in the datastax repo. So for hdb++cassandra: apt-get install cassandra-cpp-driver hdb++cassandra And hdb++mysql apt-get install hdb++mysql Picca, I have not had time to test the source version, but I am planning on opening a ticket to start the process with debian shortly. Thanks |
|
|
---|---|
No problem, just ping me when you have uploaded it into mentor, and I will do the review. |