- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/rcserver_checkstatus.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippScripts/scripts/rcserver_checkstatus.pl
r24030 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 ); … … 40 41 41 42 # Parse the command-line arguments 42 my ($dest_id, $ prod_id, $status_uri, $last_fileset, $limit);43 my ($dest_id, $status_uri, $last_fileset, $limit); 43 44 my ($dbname, $save_temps, $verbose, $no_update, $logfile); 44 45 45 46 GetOptions( 46 47 'dest_id=s' => \$dest_id, # destination identifier 47 'prod_id=s' => \$prod_id, # product identifier48 48 'status_uri=s' => \$status_uri, # uri for the desination's status data store product 49 49 'last_fileset=s' => \$last_fileset, # name of last fileset seen on this datastore
Note:
See TracChangeset
for help on using the changeset viewer.
