pacmanVersionGE('3.20') package('http://vdt.cs.wisc.edu/vdt_1101_cache:VDT-Common') { platformGE('*'); { download('http://vdt.cs.wisc.edu/software//condor-environment/1/condor-environment-1-311.tar.gz') OR fail('Pacman install failed') } OR { fail('No download for your platform') OR fail('Pacman install failed') } } description('Condor Environment Setup') url('http://vdt.cs.wisc.edu') setup('source $VDT_LOCATION/vdt/etc/condor-env.SHELL') shell('vdt-begin-install Condor-Environment') shell('vdt-untar condor-environment-1-311.tar.gz') shell('cd condor-environment; ./setup-environment.sh') shell('rm -rf condor-environment') shell('vdt-end-install') uninstallShell('vdt/sbin/vdt-uninstall Condor-Environment')