ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MRovere/ReferencePythonCLI/ChangeLog
Revision: 1.10
Committed: Mon May 17 13:19:03 2010 UTC (14 years, 11 months ago) by rovere
Branch: MAIN
Changes since 1.9: +3 -0 lines
Log Message:
* referenceDB.py: adapted to run on sqlite3 natively using CMSSW
environment.

File Contents

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