[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/rbm][main] Bug 40095: Cached checksums should not be used for input files when refresh_input is enabled



Title: GitLab

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

Commits:

  • 8885e87c
    by Nicolas Vigier at 2025-12-16T11:28:54+01:00
    Bug 40095: Cached checksums should not be used for input files when refresh_input is enabled
    

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
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx