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.5 by sixie, Tue Oct 7 17:58:34 2008 UTC vs.
Revision 1.6 by paus, Tue Oct 21 07:22:07 2008 UTC

# Line 18 | Line 18 | echo "Setup called for $CMSSW_VERSION ($
18  
19   cd $CMSSW_BASE/src;
20  
21 < if test $version -lt 20108; then
21 > if test $version -lt 2001008; then
22      echo "Nothing to be done, exiting";
23      exit 1;
24   fi
# Line 59 | Line 59 | case $version in
59      ;;
60   esac
61  
62 + if test -z $MIT_VERS; then
63 +    echo " "
64 +    echo "Production setup not executed: MIT_VERS is not setup."
65 +    echo " "
66 + else
67 +    echo " "
68 +    echo "Entering production setup. Looking for MIT_VERS: $MIT_VERS dependencies."
69 +    echo " "
70 +    case $MIT_VERS in
71 +        005)
72 +            MitAna/scripts/setup-pixelLessTracking.sh
73 +        ;;
74 +        *)
75 +            echo "Nothing special to be done for this version";
76 +        ;;
77 +    esac
78 + fi
79 +
80   echo "Setup done; you probably want to compile your project area now";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines