Changeset 605
- Timestamp:
- 03/07/07 00:31:47 (6 years ago)
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/shepherd
r601 r605 2 2 3 3 my $progname = 'shepherd'; 4 my $version = '0.4.7 6';4 my $version = '0.4.77'; 5 5 6 6 # tv_grab_au … … 721 721 my $postvars = ""; 722 722 my %postmsgs; 723 724 # If Shepherd failed last run, just report that, not MISSING_DATA as well 725 # (since the fact that we're missing data is almost certainly due to the 726 # fact that we failed). 727 if ($pending_messages->{$progname} 728 and $pending_messages->{$progname}->{FAIL} 729 and $pending_messages->{$progname}->{MISSING_DATA}) 730 { 731 delete $pending_messages->{$progname}->{MISSING_DATA}; 732 } 723 733 724 734 foreach my $component (keys %$pending_messages) { -
status
r604 r605 1 application shepherd 0.4.7 61 application shepherd 0.4.77 2 2 grabber yahoo7widget 1.81 3 3 grabber rex 3.4.6
