Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `interface{}` with `any` (#25686) (#25687) | silverwind | 2023-07-04 | 1 | -1/+1 |
| | | | | Same perl replacement as https://github.com/go-gitea/gitea/pull/25686 but for 1.20 to ease future backporting. | ||||
* | Add RPM registry (#23380) | KN4CK3R | 2023-05-05 | 1 | -0/+268 |
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.  |