Bug #375
openBug #374: qc2release code needed
Need access to QC files to run qc2release
0%
Description
The main thing that is needed to develop a script for qc2release is programmatic access to the log files and plots relevant to the specific publication unit.
This will depend on a view exposing this information, and a method for downloading it - OR - access to these log files in the file system where they are created ...
(more needs to be added here, this is a placeholder for discussion)
Updated by Martina Stockhause over 13 years ago
- Status changed from New to Feedback
current status:
- All wrapper scripts use a password protected access to the QCDB. The password is openssl encrypted and part of the wrapper package in svn.
- The qcDbselect.py option --cim creates a cim quality document. With the additional option --logout=<dir> all experiment related information is downloaded to directory <dir>, including experiment log and the plot.
Since there was a wish to control/edit the cim quality document before uploading it to the cim repository, I preferred the file system solution.
(I have added Hans as watcher to this issue.)