Transfer Test Python Script Development

From GridPP Wiki
Revision as of 22:31, 28 October 2007 by Andrew elwell (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Source Code

Host

The source code for the python script is held in subversion on grid01.ph.gla.ac.uk. You will need an account on this machine in order to work with the source code - there's no anonymous access presently. Mail User:Graeme stewart for an account.

Path

The code is in Graeme's subversion tree:

 svn+ssh://grid01.ph.gla.ac.uk/home/graeme/SVN/lcg/scripts/filetransfer

You need to check out the code with svn co:

 $ svn co svn+ssh://grid01.ph.gla.ac.uk/home/graeme/SVN/lcg/scripts/filetransfer

As of revision 296 this has been branched off for FTS 2 compatibility (branches/FTS2) and patched thanks to Gavin

Building RPMS

The Makefile contains a target for building the package's RPM. However it assumes that you have an RPM build tree in $HOME/rpm. If this is not the case then make a link to your real RPM build area.

If you do have an RPM build tree here, then you probably need a .rpmmacros file with a line in it like

 %_topdir /home/graeme/rpm

Checking In

If you check code back in, please write a suitable log message. Thanks!