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/copy_tsuite.pl

    r1 r2  
    1313 
    1414# this is where the original files live on my pc 
    15 $original_tsuite_dir = "c:/projects/cloudy/current/tsuite/auto"; 
     15$original_tsuite_dir = "c:/projects/cloudy/trunk/tsuite/auto"; 
    1616 
    1717# the root dir where the unix files will live on the linux cluster 
    18 $cluster_unix_tsuite_dir = "u:/cloudy/current/tsuite"; 
     18$cluster_unix_tsuite_dir = "u:/cloudy/trunk/tsuite"; 
    1919 
    2020# this is the ftp site on gradj 
     
    2222 
    2323# the root dir where the unix files will live on my pc 
    24 $local_unix_tsuite_dir = "c:/projects/cloudy/current/unix/tsuite"; 
    25 $local_unix_main_dir = "c:/projects/cloudy/current/unix"; 
     24$local_unix_tsuite_dir = "c:/projects/cloudy/trunk/unix/tsuite"; 
     25$local_unix_main_dir = "c:/projects/cloudy/trunk/unix"; 
    2626 
    2727# the win dir within the unix set 
    28 $local_win_tsuite_dir = "c:/projects/cloudy/current/win/tsuite"; 
     28$local_win_tsuite_dir = "c:/projects/cloudy/trunk/win/tsuite"; 
    2929 
    3030#this is where backup files will be dropped 
    31 $unixhome = "c:/projects/cloudy/current/unix"; 
    32 $winhome = "c:/projects/cloudy/current/win"; 
     31$unixhome = "c:/projects/cloudy/trunk/unix"; 
     32$winhome = "c:/projects/cloudy/trunk/win"; 
    3333# end block - set up paths to all targets on various machines 
    3434