Changeset 28003 for branches/pap/ippScripts/scripts/receive_advance.pl
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/receive_advance.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/receive_advance.pl
r24127 r28003 7 7 use Sys::Hostname; 8 8 my $host = hostname(); 9 print "Starting script $0 on $host\n\n"; 9 my $date = `date`; 10 print "\n\n"; 11 print "Starting script $0 on $host at $date\n\n"; 10 12 11 13 use DateTime; … … 58 60 &my_die( "Unable to set up", $fileset_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 59 61 60 # update the fileset entry 61 62 if ($dbinfo_uri and ($dbinfo_uri ne "NULL")) { 62 my $import_run_to_db = 0; 63 if ($import_run_to_db and $dbinfo_uri and ($dbinfo_uri ne "NULL")) { 63 64 my $filename = basename($dbinfo_uri); 64 65 my ($stage) = $filename =~ m|^dbinfo\.(\S+)\.\d+\.mdc$|; # Stage of interest … … 100 101 } 101 102 103 # update the fileset entry 102 104 # All done 103 105 {
Note:
See TracChangeset
for help on using the changeset viewer.
