Skip to content

Commit

Permalink
Merge pull request #13887 from aplanas/fix_rename
Browse files Browse the repository at this point in the history
[backend] rename "--filelists-ext" parameter for createrepo
  • Loading branch information
M0ses committed Feb 24, 2023
2 parents 932f90b + e20697a commit fe36208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +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'};
push @createrepoargs, '--filelists-ext' if ($options{'filelists-ext'} || $options{'filelists_ext'});
my @legacyargs;
if ($options{'sha512'}) {
push @legacyargs, '--unique-md-filenames', '--checksum=sha512';
Expand Down

0 comments on commit fe36208

Please sign in to comment.