summaryrefslogtreecommitdiffstats
path: root/modules/packages/rpm
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in metadata (#26207)KN4CK3R2023-07-301-1/+1
| | | | | https://github.com/go-gitea/gitea/pull/26194#discussion_r1277094525 There is no need to backport because these names are just used internal.
* Add RPM registry (#23380)KN4CK3R2023-05-052-0/+459
Fixes #20751 This PR adds a RPM package registry. You can follow [this tutorial](https://opensource.com/article/18/9/how-build-rpm-packages) to build a *.rpm package for testing. This functionality is similar to the Debian registry (#22854) and therefore shares some methods. I marked this PR as blocked because it should be merged after #22854. ![grafik](https://user-images.githubusercontent.com/1666336/223806549-d8784fd9-9d79-46a2-9ae2-f038594f636a.png)