DAQ/Online Software Stricture: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
 
Boiarino (talk | contribs)
No edit summary
Line 1: Line 1:
CLAS DAQ/Online Software is located on clon file server in the directory ''/usr/local/clas/''.
CLAS DAQ/Online Software is located on clon file server in the directory ''/usr/local/clas/''. Subdirectory ''release'' contains releases, recent of them typically used for production running. Subdirectory ''devel'' contains development version. To make new release do following steps:
 
cd /usr/local/clas
tar cvf devel.tar devel
mv devel.tar release
cd release
tar xvf devel.tar
rm devel.tar

Revision as of 16:16, 8 June 2008

CLAS DAQ/Online Software is located on clon file server in the directory /usr/local/clas/. Subdirectory release contains releases, recent of them typically used for production running. Subdirectory devel contains development version. To make new release do following steps:

cd /usr/local/clas
tar cvf devel.tar devel
mv devel.tar release
cd release
tar xvf devel.tar
rm devel.tar