-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Arch package registry #32692
Add Arch package registry #32692
Conversation
Co-authored-by: dancheg97 <[email protected]>
Add support for different file compressions. Prevent duplicates caused by different file compressions. Co-authored-by: dragon <[email protected]>
Change delete endpoint.
IIRC, @ExplodingDragon has fix the UI problem in the origin PR. But according to him, it seems that not only in arch package, others also has this problem. |
The UI problem is caused by inconsistent code and copy&paste mistake, will be completely fixed by 19cb13b and d341038 |
* giteaofficial/main: Fix fork page branch selection (go-gitea#32711) Add Arch package registry (go-gitea#32692) Use new mail package instead of an unmintained one (go-gitea#32682) Fix mentionable users when writing issue comments (go-gitea#32715) Fix file editor & preview (go-gitea#32706) Remove outdated code about fixture generation (go-gitea#32708) Fix gogit `GetRefCommitID` (go-gitea#32705)
Close #25037
Close #31037
This PR adds a Arch package registry usable with pacman.
Rewrite of #25396 and #31037. You can follow this tutorial to build a package for testing.
Docs PR: https://gitea.com/gitea/docs/pulls/111
Co-authored-by: [email protected]
Co-authored-by: @ExplodingDragon