# # DQ2-PandaSite # # last updated: April 11, 2006 # Horst Severini # description('DQ2-PandaSite','https://twiki.cern.ch/twiki/bin/view/Atlas/PandaDataService') contact('Horst Severini','hs@nhn.ou.edu') version('0.1.4') #{ pythonVersionGE('2.2.0') OR pythonVersionLT('2.3') } #package("BU:Python | version('2.2.3')") #download('http://atlas.web.cern.ch/Atlas/GROUPS/DATABASE/project/ddm/releases/scripts/install_dq2_sites.sh') #shell('export DQ2_LOCATION=`pwd`; sh install_dq2_sites.sh DQ2_20051016') setenvTemp('VDTSETUP_AGREE_TO_LICENSES','y') setenvTemp('VDTSETUP_INSTALL_CERTS','y') package("http://www.cs.wisc.edu/vdt/vdt_124_cache:VDT") downloadUntarzip('OU/packages/dq2_panda_site.tar.gz') downloadUntarzip('OU/packages/edg-gridftp-client.tar.gz') downloadUntarzip('OU/packages/fts-client.tar.gz') setenvTemp('PID_dq2s','.') setenv('DQ2_LOCATION','.') shell('sh install_dq2_sites_panda.sh') setup('source $DQ2_LOCATION/setup_dq2.SHELL') message('') message('') message('Please finish the installation with the following post_install instructions (also in the file post_install/post_install.txt):') shellDialogue('cat post_install/post_install.txt')