Changeset 2 for trunk/scripts/copy_tsuite.pl
- Timestamp:
- 11/20/05 20:25:43 (3 years ago)
- Files:
-
- 1 modified
-
trunk/scripts/copy_tsuite.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/copy_tsuite.pl
r1 r2 13 13 14 14 # 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"; 16 16 17 17 # 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"; 19 19 20 20 # this is the ftp site on gradj … … 22 22 23 23 # 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"; 26 26 27 27 # 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"; 29 29 30 30 #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"; 33 33 # end block - set up paths to all targets on various machines 34 34
