Revision: | 1.3 |
Committed: | Fri Dec 14 11:54:27 2012 UTC (12 years, 4 months ago) by awoodard |
Content type: | application/x-sh |
Branch: | MAIN |
CVS Tags: | V00-02-06, HEAD |
Changes since 1.2: | +11 -8 lines |
Error occurred while calculating annotation data. | |
Log Message: | Cleaning up to get rid of errors, and taking out dependency on Andrew's user area |
# | Content |
---|---|
1 | #!/bin/bash |
2 | export SCRAM_ARCH=slc5_amd64_gcc462 |
3 | export VO_CMS_SW_DIR=/nfshome0/cmssw2 |
4 | source $VO_CMS_SW_DIR/cmsset_default.sh |
5 | cd $VO_CMS_SW_DIR/$SCRAM_ARCH/cms/cmssw/CMSSW_5_2_4/src |
6 | cmsenv |
7 | cd - |
8 | echo "Setting up CMSSW CVS environment" |
9 | export CVS_RSH="ssh" |
10 | export CVSROOT=":gserver:cmssw.cvs.cern.ch:/cvs/CMSSW" |
11 | echo "Getting certificate for CERN kerberos for $USER" |
12 | kinit "$USER@CERN.CH" |
13 |