Skip to content

Commit

Permalink
publish-release: Use createrepo_c
Browse files Browse the repository at this point in the history
Use the newer C implementation of the traditional createrepo tool.
  • Loading branch information
weiss committed Aug 6, 2023
1 parent 4d0b3f8 commit 182f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish-release
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ do
cp -p "$dl_linux_pkg_dir/$rpm" "$rpm_repo_dir"
rpm --addsign "$rpm_repo_dir/$rpm"
done
createrepo "$rpm_repo_dir"
createrepo_c "$rpm_repo_dir"
gpg --detach-sign --armor "$rpm_repo_dir/repodata/repomd.xml"

0 comments on commit 182f757

Please sign in to comment.