commit e0106571c78a43d1de17f5282b711896750d8462 Author: Nicolas Vigier boklm@torproject.org Date: Wed Mar 17 11:52:42 2021 +0100
Bug 40016: Set origin_project in getfpaths --- lib/RBM.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/RBM.pm b/lib/RBM.pm index 94f2e9d..2666e72 100644 --- a/lib/RBM.pm +++ b/lib/RBM.pm @@ -943,7 +943,8 @@ sub input_files { } if ($input_file->{project} && $t->('project')) { my $r = RBM::project_step_config($t->('project'), 'input_files_paths', - {%$options, step => $t->('pkg_type'), %$input_file}); + {%$options, step => $t->('pkg_type'), + origin_project => $project, %$input_file}); push @res_getfpaths, @$r if @$r; } next;
tbb-commits@lists.torproject.org