Changeset 1090
- Timestamp:
- 07/08/08 00:23:15 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
applications/shepherd (modified) (2 diffs)
-
status (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r1086 r1090 2 2 3 3 our $progname = 'shepherd'; 4 my $version = '1.3.1 7';4 my $version = '1.3.18'; 5 5 6 6 # tv_grab_au … … 4201 4201 unless 4202 4202 (( &query_config($proggy, 'has_noncritical_gaps') and &is_noncritical_gap($d->{already_missing_epoch})) 4203 or4204 ( $proggy eq $progname and $d->{already_missing_epoch} =~ /(\d+)-/ and $1 > $policy{starttime} + (5*86400)))4205 {4203 # or 4204 # ( $proggy eq $progname and $d->{already_missing_epoch} =~ /(\d+)-/ and $1 > $policy{starttime} + (5*86400))) 4205 ) { 4206 4206 $d->{missing_all_epoch} .= "," if (defined $d->{missing_all_epoch}); 4207 4207 $d->{missing_all_epoch} .= $d->{already_missing_epoch}; -
trunk/status
r1087 r1090 1 application shepherd 1.3.1 71 application shepherd 1.3.18 2 2 reference channel_list 22 3 3 reference Shepherd/Common.pm 0.36
