Show
Ignore:
Timestamp:
11/20/05 20:25:43 (3 years ago)
Author:
gary
Message:

update "current" to "trunk" in scripts

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/nightly_run_tsuite.pl

    r1 r2  
    5151{ 
    5252#       for sparc  
    53         $exe = "/homes/home37/feng/cloudy/current/sparc/cloudy_sparc.exe"; 
     53        $exe = "/homes/home37/feng/cloudy/trunk/sparc/cloudy_sparc.exe"; 
    5454} 
    5555elsif (/alpha/) 
    5656{ 
    5757#       for alpha  
    58         $exe = "/homes/home37/feng/cloudy/current/alpha/cloudy_alpha.exe"; 
     58        $exe = "/homes/home37/feng/cloudy/trunk/alpha/cloudy_alpha.exe"; 
    5959} 
    6060elsif (/Linux/) 
     
    7878        # $in_dir = "$c:/projects/cloudy/tsuite/short/"; 
    7979        # $out_dir = "$c:/projects/cloudy/tsuite/short/"; 
    80         $script_dir = "$c:/projects/cloudy/current/scripts/"; 
    81         $in_dir = "$c:/projects/cloudy/current/tsuite/auto/"; 
    82         $out_dir = "$c:/projects/cloudy/current/tsuite/auto/"; 
     80        $script_dir = "$c:/projects/cloudy/trunk/scripts/"; 
     81        $in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
     82        $out_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
    8383 
    8484        # the exe file name for the fast (release) version - faster but no asserts 
    85         $exe = "$c:/projects/cloudy/current/release/current.exe"; 
     85        $exe = "$c:/projects/cloudy/trunk/release/current.exe"; 
    8686        # the exe file name for the debug version - this has asserts and is safer 
    8787        $exe = "$c:/projects/Cloudy/current_net/Debug/current_net.exe"; 
    88         $exe = "$c:\\projects\\Cloudy\\current\\current_net\\Debug\\current_net.exe"; 
    89         $exe = "$c:/projects/cloudy/current/debug/current.exe"; 
    90  
    91 #       $source = "$c:/projects/cloudy/current/source/"; 
     88        $exe = "$c:\\projects\\Cloudy\\trunk\\current_net\\Debug\\current_net.exe"; 
     89        $exe = "$c:/projects/cloudy/trunk/debug/current.exe"; 
     90 
     91#       $source = "$c:/projects/cloudy/trunk/source/"; 
    9292#       the "current" project directory 
    93         $current= "$c:/projects/cloudy/current/"; 
    94 #       $data = "c:/projects/cloudy/current/data/"; 
     93        $current= "$c:/projects/cloudy/trunk/"; 
     94#       $data = "c:/projects/cloudy/trunk/data/"; 
    9595 
    9696        if(/Windows_NT/ || /NIMBUS/ || /LENTICULAR/ || /NUMBUS/ ) 
     
    144144 
    145145# copy exec here so that scripts that follow an use it 
    146 system("copy c:\\projects\\cloudy\\current\\debug\\current.exe . "); 
     146system("copy c:\\projects\\cloudy\\trunk\\debug\\current.exe . "); 
    147147 
    148148