ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
CmsHi
/
Utilities
/
scripts
/
setup33X.sh
Revision:
1.1
Committed:
Mon Sep 7 14:59:06 2009 UTC
(15 years, 8 months ago) by
yilmaz
Content type:
application/x-sh
Branch:
MAIN
Log Message:
local set-up for 3_3_0_preX
File Contents
#
Content
1
#!/bin/sh
2
3
export CVSROOT=:gserver:cmscvs.cern.ch:/cvs_server/repositories/CMSSW
4
5
cd $CMSSW_BASE/src
6
eval `scramv1 ru -sh`
7
8
cvs co SimGeneral/MixingModule
9
cvs co Configuration/Generator
10
cvs co Configuration/StandardSequences
11
12
scramv1 b
13
14
15
16
17
18