ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MRovere/ReferencePythonCLI/ChangeLog
Revision: 1.13
Committed: Thu May 20 12:40:05 2010 UTC (14 years, 11 months ago) by rovere
Branch: MAIN
Changes since 1.12: +3 -0 lines
Log Message:
* IOV_WrapperFramework.py: minor stylish changes and removed
verbose printouts.

File Contents

# User Rev Content
1 rovere 1.12 2010-05-20 Marco Rovere <marco.rovere@cern.ch>
2    
3 rovere 1.13 * IOV_WrapperFramework.py: minor stylish changes and removed
4     verbose printouts.
5    
6 rovere 1.12 * DB.py: Arguments to the 'checkPresence' of the new IOV checker
7     from the CMSSW Framework are now passed correctly as string and
8     integer.
9    
10 rovere 1.11 2010-05-18 Marco Rovere <marco.rovere@cern.ch>
11    
12     * BulkProcessing.py: Added useful information in the output (to be
13     redirected to a log file). Added support for the special localtag
14     'DQM_StreamExpress__Commissioning10-Express-v3' which was there
15     before the naming conventions appeared. Corrected a typoo in the
16     metadatafile. Switched to final production database:
17     cms_orcon_prod.
18    
19 rovere 1.8 2010-05-17 Marco Rovere <marco.rovere@cern.ch>
20    
21 rovere 1.10 * referenceDB.py: adapted to run on sqlite3 natively using CMSSW
22     environment.
23    
24 rovere 1.9 * DB.py: fixed a small typo in the help message of sync and
25     fastsync option: they were swapped.
26    
27 rovere 1.8 * BulkProcessing.py: modified the directory in which the template
28     files are stored: now they go directly in the working directory of
29     the bulk poeration, that is date/localtag.
30    
31 rovere 1.5 2010-05-11 Marco ROVERE <marco.rovere@cern.ch>
32    
33 rovere 1.7 * DB.py: add support for 6 digit run number in XML filename. Fixed
34     a typoo in automatic table creation. Swapped the iov wrapper from
35     the old one (using plain shell) to the new one, which is directly
36     using the CMSSW Framework to query different Databases. Replaced
37     old module pysqlite2 with sqlite3 (directly taken from the CMSSW
38     Framework). The method to list all the tags present in the sqlite
39     DB now also returns them as a list. The method to produce the XML
40     files pertaining to a specific localtag now returns the list of
41     produced (written) xmls as a list.
42    
43 rovere 1.6 * referenceHisto.dtd: this file completely changed: it is used to
44     validate a complete XML. The partial validation of the XML
45     inserted by the user is delegated to the newly created file
46     referenceHistoWeb.dtd.
47 rovere 1.5
48 rovere 1.2 2010-03-23 Marco Rovere <marco.rovere@cern.ch>
49    
50 rovere 1.4 * driver.py (parseXML): updated to use the new account (CMS_COND_34X_DQM)
51    
52 rovere 1.3 * IOV_Wrapper.py (IOV_Wrapper): updated to use the new account (CMS_COND_34X_DQM)
53    
54 rovere 1.2 * DB.py (DB.produceForTag): updated to use the new account (CMS_COND_34X_DQM)
55     (DB.insertRowFromWeb): updated to use the new account (CMS_COND_34X_DQM)
56     (DB.syncWithCMSDB): updated to use the new account (CMS_COND_34X_DQM)
57    
58 rovere 1.1 2010-03-17 Marco Rovere <marco.rovere@cern.ch>
59    
60     * DB.py (DB.printHeader): switched from old (pre 34X releases) to new Databse account (CMS_COND_34X_DQM).