Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/afs/slac/g/atlas/packages/PANDA-client.readme

Check here:

https://twiki.cern.ch/twiki/bin/viewauth/Atlas/PandaToolsImage Removed

Run the script:

~ahaas/bin/panda_update.sh <version>

Which does (for version=0.3.6, for example):

cd /tmp
wget --no-check-certificate https://twiki.cern.ch/twiki/pub/Atlas/PandaTools/panda-client-0.3.6.tar.gzImage Removed
tar xvfz panda-client-0.3.6.tar.gz
cd panda-client-0.3.6
python setup.py install --prefix=/afs/slac/g/atlas/packages/panda-client-0.3.6

...