ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/scripts/setup.sh
(Generate patch)

Comparing UserCode/MitAna/scripts/setup.sh (file contents):
Revision 1.11 by sixie, Fri Nov 7 13:59:55 2008 UTC vs.
Revision 1.12 by loizides, Wed Nov 12 06:28:42 2008 UTC

# Line 24 | Line 24 | if test $version -lt 2001008; then
24   fi
25  
26   case $version in
27 <       (2001008 | 2001009 | 2001010 | 2001011 )
27 >       (2001008 | 2001009 | 2001010 | 2001011 | 2001012)
28  
29         cvs co -r V01-06-05 CondFormats/JetMETObjects;
30         cvs co -r V01-08-10 JetMETCorrections/Configuration;
# Line 48 | Line 48 | case $version in
48         #in the release at some point so this will be unnecessary then
49         #and should be removed at that point in time.
50         #These tags were suggested by Sam Harper
51 <       if test $version -eq 2001011; then
51 >       if test $version -eq 2001011 -o $version -eq 2001012; then
52             cvs co -rV00-02-00 RecoEgamma/EgammaIsolationAlgos
53             cvs co -rV00-02-04 EgammaAnalysis/EgammaIsolationProducers
54             cvs co -rV01-01-06 PhysicsTools/IsolationAlgos
# Line 63 | Line 63 | case $version in
63   esac
64  
65   if test -z $MIT_VERS; then
66 <    echo " "
67 <    echo "Production setup not executed: MIT_VERS is not setup."
68 <    echo " "
66 >    echo
67 >    echo "Warning: Production setup not executed since \$MIT_VERS is not setup."
68 >    echo
69   else
70 <    echo " "
70 >    echo
71      echo "Entering production setup. Looking for MIT_VERS: $MIT_VERS dependencies."
72 <    echo " "
72 >    echo
73      case $MIT_VERS in
74          005)
75              MitAna/scripts/setup-pixelLessTracking.sh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines