Changeset 1090

Show
Ignore:
Timestamp:
07/08/08 00:23:15 (5 years ago)
Author:
max
Message:

shepherd: Whoops, turns out we do use missing_all_epoch for analysis at the shepherd level. [1086] was sending out micrograbbers for empty gaps. Quick fix to undo, will commit new solution tomorrow.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/applications/shepherd

    r1086 r1090  
    22 
    33our $progname = 'shepherd'; 
    4 my $version = '1.3.17'; 
     4my $version = '1.3.18'; 
    55 
    66# tv_grab_au 
     
    42014201        unless 
    42024202           (( &query_config($proggy, 'has_noncritical_gaps') and &is_noncritical_gap($d->{already_missing_epoch})) 
    4203                 or 
    4204             ( $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        )       { 
    42064206            $d->{missing_all_epoch} .= "," if (defined $d->{missing_all_epoch}); 
    42074207            $d->{missing_all_epoch} .= $d->{already_missing_epoch}; 
  • trunk/status

    r1087 r1090  
    1 application     shepherd            1.3.17 
     1application     shepherd            1.3.18 
    22reference       channel_list        22 
    33reference       Shepherd/Common.pm  0.36