Changeset 2

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

update "current" to "trunk" in scripts

Location:
trunk/scripts
Files:
12 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/copy_data_2_ldrive.pl

    r1 r2  
    1111 
    1212# the data directory on the local machine 
    13 $local_copy="c:\\projects\\cloudy\\current\\data"; 
     13$local_copy="c:\\projects\\cloudy\\trunk\\data"; 
    1414# 
    15 $original_data="$c:\\projects\\cloudy\\current\\data"; 
     15$original_data="$c:\\projects\\cloudy\\trunk\\data"; 
    1616 
    1717# /y suppresses asking to confirm overwriting a file 
  • trunk/scripts/copy_source.pl

    r1 r2  
    1111 
    1212# this is where the original source files live on my pc 
    13 $original_source_dir = "c:/projects/cloudy/current/source"; 
     13$original_source_dir = "c:/projects/cloudy/trunk/source"; 
    1414 
    1515# the root dir where the unix files will live on the linux cluster 
    16 $cluster_unix_source_dir = "u:/cloudy/current/source"; 
     16$cluster_unix_source_dir = "u:/cloudy/trunk/source"; 
    1717 
    1818# this is the ftp site on gradj 
     
    2020 
    2121# the root dir where the unix files will live on my pc 
    22 $local_unix_source_dir = "c:/projects/cloudy/current/unix/source"; 
    23 $local_unix_main_dir = "c:/projects/cloudy/current/unix"; 
     22$local_unix_source_dir = "c:/projects/cloudy/trunk/unix/source"; 
     23$local_unix_main_dir = "c:/projects/cloudy/trunk/unix"; 
    2424 
    2525# the win dir within the unix set 
    26 $local_win_source_dir = "c:/projects/cloudy/current/win/source";  
     26$local_win_source_dir = "c:/projects/cloudy/trunk/win/source";  
    2727 
    2828#this is where backup files will be dropped 
    29 $unixhome = "c:/projects/cloudy/current/unix"; 
    30 $winhome = "c:/projects/cloudy/current/win"; 
     29$unixhome = "c:/projects/cloudy/trunk/unix"; 
     30$winhome = "c:/projects/cloudy/trunk/win"; 
    3131# end block - set up paths to all targets on various machines 
    3232 
     
    138138# we have now clobbered the path.c file, and need to copy a valid one from 1 dir up 
    139139# so that version on unix cluster will compile & execute 
    140 copy( "u:/cloudy/current/path.c" , "u:/cloudy/current/source/path.c" ); 
     140copy( "u:/cloudy/trunk/path.c" , "u:/cloudy/trunk/source/path.c" ); 
    141141 
    142142# now zip up the files we created 
  • 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 
  • trunk/scripts/dayslow_master.pl

    r1 r2  
    3434system( "net use $c: \\\\nimbus\\nimbus_c\$ /persistent:no" ); 
    3535 
    36 $in_dir = "$c:/projects/cloudy/current/tsuite/slow/"; 
    37 $out_dir = "$c:/projects/cloudy/current/tsuite/slow/"; 
     36$in_dir = "$c:/projects/cloudy/trunk/tsuite/slow/"; 
     37$out_dir = "$c:/projects/cloudy/trunk/tsuite/slow/"; 
    3838 
    3939# move to the output directory 
     
    6363 
    6464#$exe = "$c:/projects/Cloudy/current_net/Debug/current_net.exe"; 
    65 #$exe = "$c:\\projects\\Cloudy\\current\\current_net\\Debug\\current_net.exe"; 
    66 $exe_org = "$c:/projects/cloudy/current/release/current.exe"; 
     65#$exe = "$c:\\projects\\Cloudy\\trunk\\current_net\\Debug\\current_net.exe"; 
     66$exe_org = "$c:/projects/cloudy/trunk/release/current.exe"; 
    6767system("cp $exe_org $out_dir "); 
    68 #$exe = "c:/projects/Cloudy/current/release/current.exe"; 
     68#$exe = "c:/projects/Cloudy/trunk/release/current.exe"; 
    6969$exe = "$out_dir"."current.exe"; 
    7070printf(ioLOG "exe is $exe\n"); 
     
    169169   else 
    170170   { 
    171       $script_dir = "$c:/projects/cloudy/current/scripts/"; 
     171      $script_dir = "$c:/projects/cloudy/trunk/scripts/"; 
    172172      system( "perl \"$script_dir\"promote_last_good_slow.pl" ); 
    173173 
  • trunk/scripts/ir_extime.pl

    r1 r2  
    1717 
    1818# Common directory 
    19 $curr_dir = "c://projects//cloudy//current//tsuite"; 
     19$curr_dir = "c://projects//cloudy//trunk//tsuite"; 
    2020#$curr_dir = "/home62/guests/geetac/PROJECT2003/proj1"; 
    2121 
  • trunk/scripts/newtext.pl

    r1 r2  
    1 $script_dir = "$c:/projects/cloudy/current/scripts/"; 
     1$script_dir = "$c:/projects/cloudy/trunk/scripts/"; 
    22 
    33system("perl \"$script_dir\"ir_extime.pl "); 
  • trunk/scripts/nightly_copy_files.pl

    r1 r2  
    1313 
    1414# this is where the original source files live on my pc 
    15 $original_source_dir = "c:/projects/cloudy/current/source"; 
    16 $original_data_dir =   "c:/projects/cloudy/current/data"; 
    17 $original_tsuite_dir = "c:/projects/cloudy/current/tsuite/auto"; 
     15$original_source_dir = "c:/projects/cloudy/trunk/source"; 
     16$original_data_dir =   "c:/projects/cloudy/trunk/data"; 
     17$original_tsuite_dir = "c:/projects/cloudy/trunk/tsuite/auto"; 
    1818 
    1919# this is the current debug exe, will bail out if $local_unix_source_dir/source.tar.gz source 
    2020# is younger than this 
    21 $original_exe = "c:/projects/cloudy/current/debug/current.exe"; 
     21$original_exe = "c:/projects/cloudy/trunk/debug/current.exe"; 
    2222 
    2323 
    2424# the root dir where the unix files will live on the linux cluster 
    25 $cluster_unix_source_dir = "u:/cloudy/current/source"; 
    26 $cluster_unix_tsuite_dir = "u:/cloudy/current/tsuite"; 
    27 $cluster_unix_data_dir =   "u:/cloudy/current/data"; 
     25$cluster_unix_source_dir = "u:/cloudy/trunk/source"; 
     26$cluster_unix_tsuite_dir = "u:/cloudy/trunk/tsuite"; 
     27$cluster_unix_data_dir =   "u:/cloudy/trunk/data"; 
    2828 
    2929# this is the ftp site on gradj 
     
    3131 
    3232# the root dir where the unix files will live on my pc 
    33 $local_unix_source_dir = "c:/projects/cloudy/current/unix/source"; 
    34 $local_unix_tsuite_dir = "c:/projects/cloudy/current/unix/tsuite"; 
    35 $local_unix_data_dir = "c:/projects/cloudy/current/unix/data"; 
    36 $local_unix_main_dir = "c:/projects/cloudy/current/unix"; 
     33$local_unix_source_dir = "c:/projects/cloudy/trunk/unix/source"; 
     34$local_unix_tsuite_dir = "c:/projects/cloudy/trunk/unix/tsuite"; 
     35$local_unix_data_dir = "c:/projects/cloudy/trunk/unix/data"; 
     36$local_unix_main_dir = "c:/projects/cloudy/trunk/unix"; 
    3737 
    3838# this is the last source.tar.gz, will compare this time stamp with debug exe 
     
    4141 
    4242# the win dir within the unix set 
    43 $local_win_source_dir = "c:/projects/cloudy/current/win/source";  
    44 $local_win_tsuite_dir = "c:/projects/cloudy/current/win/tsuite"; 
    45 $local_win_data_dir = "c:/projects/cloudy/current/win/data"; 
     43$local_win_source_dir = "c:/projects/cloudy/trunk/win/source";  
     44$local_win_tsuite_dir = "c:/projects/cloudy/trunk/win/tsuite"; 
     45$local_win_data_dir = "c:/projects/cloudy/trunk/win/data"; 
    4646 
    4747#this is where backup files will be dropped 
    48 $unixhome = "c:/projects/cloudy/current/unix"; 
    49 $winhome = "c:/projects/cloudy/current/win"; 
     48$unixhome = "c:/projects/cloudy/trunk/unix"; 
     49$winhome = "c:/projects/cloudy/trunk/win"; 
    5050 
    5151# do we want to check timestamp?  
     
    473473 
    474474print("\n=========================\n"); 
    475 print("All data files have been copied to current/unix/data subdir\n"); 
     475print("All data files have been copied to trunk/unix/data subdir\n"); 
    476476print("=========================\n"); 
    477477 
     
    500500} 
    501501# we have now clobbered the path.c file, and need to copy a valid one from 1 dir up 
    502 copy( "u:/cloudy/current/path.c" , "u:/cloudy/current/source/path.c" ); 
     502copy( "u:/cloudy/trunk/path.c" , "u:/cloudy/trunk/source/path.c" ); 
    503503 
    504504# move to pc unix tsuite directory 
  • trunk/scripts/nightly_runL_tsuite_part2.pl

    r1 r2  
    1313system( "net use $c: \\\\nimbus\\nimbus_c\$ /persistent:no" ); 
    1414 
    15 $in_dir = "$c:/projects/cloudy/current/tsuite/auto/"; 
    16 $out_dir = "$c:/projects/cloudy/current/tsuite/auto/"; 
     15$in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
     16$out_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
    1717 
    1818# move to the output directory 
     
    3030 
    3131$exe = "$c:/projects/Cloudy/current_net/Debug/current_net.exe"; 
    32 $exe = "$c:\\projects\\Cloudy\\current\\current_net\\Debug\\current_net.exe"; 
    33 $exe = "$c:/projects/cloudy/current/debug/current.exe"; 
     32$exe = "$c:\\projects\\Cloudy\\trunk\\current_net\\Debug\\current_net.exe"; 
     33$exe = "$c:/projects/cloudy/trunk/debug/current.exe"; 
    3434# cannot use local copy due to bug in server, must use fully resolved path 
    3535#$exe = "Current.exe"; 
    36 #$exe = "\\\\nimbus\\nimbus_c\$\\projects\\Cloudy\\current\\debug\\Current.exe"; 
     36#$exe = "\\\\nimbus\\nimbus_c\$\\projects\\Cloudy\\trunk\\debug\\Current.exe"; 
    3737printf(ioLOG "exe is $exe\n"); 
    3838 
  • 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 
  • trunk/scripts/promote_last_good.pl

    r1 r2  
    1313 
    1414# this is where the original test suite 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# move to pc unix source dir 
    1717if( !chdir( "$original_tsuite_dir" ) ) 
  • trunk/scripts/promote_last_good_slow.pl

    r1 r2  
    2020 
    2121# this is where the original test suite files live on my pc 
    22 $original_tsuite_dir = "$c:/projects/cloudy/current/tsuite/slow"; 
     22$original_tsuite_dir = "$c:/projects/cloudy/trunk/tsuite/slow"; 
    2323 
    2424# move to pc unix source dir 
  • trunk/scripts/weekly_backup.pl

    r1 r2  
    1313$c = "c"; 
    1414# input and output directories 
    15 $in_dir = "$c:/projects/cloudy/current/tsuite/auto/"; 
     15$in_dir = "$c:/projects/cloudy/trunk/tsuite/auto/"; 
    1616 
    1717# this is the letter of the cdrw drive on the network