Skip to content

Commit

Permalink
[backend] also add aggregated source rpms to the modulemd data
Browse files Browse the repository at this point in the history
Should have been in commit 568561f
  • Loading branch information
mlschroe committed Sep 30, 2021
1 parent d363031 commit 2299787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/BSSched/BuildJob/Aggregate.pm
Expand Up @@ -520,6 +520,7 @@ sub build {
my $filename = $d->[2];
$d = $d->[0];
next if $jobbins{$filename}; # first one wins
next if $modulemd && !add_modulemd_artifact($modulemd, $d);
$jobbins{$filename} = 1;
BSUtil::cp($d, "$jobdatadir/$filename");
$jobrepo->{"$jobdatadir/$filename"} = $r;
Expand Down

0 comments on commit 2299787

Please sign in to comment.