Skip to content
Snippets Groups Projects
Unverified Commit e0106571 authored by boklm's avatar boklm
Browse files

Bug 40016: Set origin_project in getfpaths

parent 8f5e0cd0
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment