IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2010, 11:35:15 AM (16 years ago)
Author:
Paul Price
Message:

Add date of processing to output log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_advancerun.pl

    r27016 r27718  
    88use Sys::Hostname;
    99my $host = hostname();
     10my $date = `date`;
    1011print "\n\n";
    11 print "Starting script $0 on $host\n\n";
     12print "Starting script $0 on $host at $date\n\n";
    1213
    1314use vars qw( $VERSION );
     
    174175        }
    175176        &my_die("unable to find path",  $dist_id, $PS_EXIT_UNKNOWN_ERROR) if !$path;
    176         my $component_dir = find_componentdir($destdir, $path); 
     177        my $component_dir = find_componentdir($destdir, $path);
    177178#        print MANIFEST "$component METADATA\n";
    178179        print MANIFEST "\t" , "$component", "\tSTR\t", $component_dir, "\n";
    179180    }
    180181    print MANIFEST "END\n\n";
    181     close MANIFEST or 
     182    close MANIFEST or
    182183        &my_die("Unable to close dirinfo file $dirinfo",  $dist_id, $PS_EXIT_UNKNOWN_ERROR);
    183184}
Note: See TracChangeset for help on using the changeset viewer.