~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty

« back to all changes in this revision

Viewing changes to src/services/a-rex/lrms/dgbridge/DGLog2XML.py

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20121213164131-wii0p2fcv7e3en93
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    config = ConfigParser.RawConfigParser()
122
122
    config.read(inifile)
123
123
 
124
 
    stage_path = config.get('lrms/DG', 'stage_path')
 
124
    stage_path = config.get('common', 'dgbridge_stage_dir')
125
125
    xmldir = os.path.join(stage_path,"monitor")
126
126
 
127
 
    controldir = config.get('arex', 'controldir')
 
127
    controldir = config.get('grid-manager', 'controldir')
128
128
    logdir = os.path.join(controldir,"3gbridge_logs")
129
129
 
130
130
    return xmldir,logdir