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