Skip to content

Commit

Permalink
Merge pull request #12358 from aplanas/fix_imadata_createrepo
Browse files Browse the repository at this point in the history
[backend] add "--filelists_ext" parameter for createrepo
  • Loading branch information
M0ses committed Apr 26, 2022
2 parents 3f5aa38 + fddfa1c commit 6e15c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ sub createrepo_rpmmd {
push @createrepoargs, '--content', 'debug' if $data->{'dbgsplit'};
push @createrepoargs, '--content', 'update' if ($repoinfo->{'projectkind'} || '') eq 'maintenance_incident';
push @createrepoargs, '--content', 'update' if ($repoinfo->{'projectkind'} || '') eq 'maintenance_release';
push @createrepoargs, '--filelists_ext' if $options{'filelists_ext'};
# createrepo_c 0.20.0 defaults to keep always additional metadata. We must change
# to old behaviour or old data would stay forever when it got removed actually
push @createrepoargs, '--discard-additional-metadata';
Expand Down

0 comments on commit 6e15c2c

Please sign in to comment.