ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MRovere/ReferencePythonCLI/DQMPreAssembleExe.sh
Revision: 1.2
Committed: Thu May 31 14:09:55 2012 UTC (12 years, 11 months ago) by erosales
Content type: application/x-sh
Branch: MAIN
CVS Tags: JSON-release-pp-2012Nov23, JSON-release-pp-20121026, HEAD
Changes since 1.1: +2 -1 lines
Log Message:
Script to start the DQMPreAssembleReferenceHistos.py using a correct env

File Contents

# User Rev Content
1 erosales 1.1 #!/bin/sh
2    
3     . /afs/cern.ch/cms/LCG/LCG-2/UI/cms_ui_env.sh
4 erosales 1.2 . /afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/ReferenceHistogramProducer/CMSSW_4_2_4_patch1/src/ReferencePythonCLIProduction/testGui/current/apps/dqmgui/etc/profile.d/env.sh
5     export PYTHONPATH=${PYTHONPATH}:/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/ReferenceHistogramProducer/CMSSW_4_2_4_patch1/src/ReferencePythonCLIProduction/libxml2-2.6.4/python/build/lib.linux-x86_64-2.6
6 erosales 1.1 voms-proxy-init
7     python DQMPreAssembleReferenceHistos.py -x $1
8