ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MRovere/ReferencePythonCLI/ChangeLog
Revision: 1.11
Committed: Tue May 18 14:45:47 2010 UTC (14 years, 11 months ago) by rovere
Branch: MAIN
Changes since 1.10: +9 -0 lines
Log Message:
* BulkProcessing.py: Added useful information in the output (to be
redirected to a log file).  Added support for the special localtag
'DQM_StreamExpress__Commissioning10-Express-v3' which was there
before the naming conventions appeared.  Corrected a typoo in the
metadatafile.  Switched to final production database:
cms_orcon_prod.

File Contents

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