boklm pushed to branch main at The Tor Project / Applications / RBM
Commits:
-
8885e87c
by Nicolas Vigier at 2025-12-16T11:28:54+01:00
1 changed file:
Changes:
| ... | ... | @@ -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 |