boklm pushed to branch main at The Tor Project / Applications / RBM

Commits:

1 changed file:

Changes:

  • lib/RBM.pm
    ... ... @@ -864,6 +864,7 @@ sub input_file_id {
    864 864
         my $opts = { norec => { output_dir => '/out', getting_id => 1, }};
    
    865 865
         return $filename . ':' . sha256_hex($t->('exec', $opts))
    
    866 866
                     if $input_file->{exec};
    
    867
    +    shafile('sha256sum', $fname, { remove_cache => 1 }) if $t->('refresh_input');
    
    867 868
         return input_file_id_hash($fname, $filename);
    
    868 869
     }
    
    869 870