- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/dist_advancerun.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippScripts/scripts/dist_advancerun.pl
r24433 r27840 8 8 use Sys::Hostname; 9 9 my $host = hostname(); 10 my $date = `date`; 10 11 print "\n\n"; 11 print "Starting script $0 on $host \n\n";12 print "Starting script $0 on $host at $date\n\n"; 12 13 13 14 use vars qw( $VERSION ); … … 102 103 $list_mode = "-diffskyfile"; 103 104 $component_key = "skycell_id"; 105 } elsif ($stage eq "SSdiff") { 106 $tool_cmd = "$difftool -diff_id"; 107 $list_mode = "-diffskyfile"; 108 $component_key = "skycell_id"; 104 109 } else { 105 110 &my_die("Unexpected stage: $stage", $dist_id, $PS_EXIT_CONFIG_ERROR); … … 170 175 } 171 176 &my_die("unable to find path", $dist_id, $PS_EXIT_UNKNOWN_ERROR) if !$path; 172 my $component_dir = find_componentdir($destdir, $path); 177 my $component_dir = find_componentdir($destdir, $path); 173 178 # print MANIFEST "$component METADATA\n"; 174 179 print MANIFEST "\t" , "$component", "\tSTR\t", $component_dir, "\n"; 175 180 } 176 181 print MANIFEST "END\n\n"; 177 close MANIFEST or 182 close MANIFEST or 178 183 &my_die("Unable to close dirinfo file $dirinfo", $dist_id, $PS_EXIT_UNKNOWN_ERROR); 179 184 } … … 181 186 { 182 187 my $command = "$disttool -updaterun -dist_id $dist_id -set_state full"; 188 $command .= " -set_outdir $outdir"; 183 189 $command .= " -dbname $dbname" if defined $dbname; 184 190
Note:
See TracChangeset
for help on using the changeset viewer.
