Skip to content
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

Merged
merged 15 commits into from
Dec 4, 2024
Merged

Add Arch package registry #32692

merged 15 commits into from
Dec 4, 2024

Conversation

KN4CK3R
Copy link
Member

@KN4CK3R KN4CK3R commented Dec 2, 2024

Close #25037
Close #31037

This PR adds a Arch package registry usable with pacman.

grafik

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

@KN4CK3R KN4CK3R added type/feature Completely new functionality. Can only be merged if feature freeze is not active. topic/packages labels Dec 2, 2024
@KN4CK3R KN4CK3R added this to the 1.23.0 milestone Dec 2, 2024
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Dec 2, 2024
@pull-request-size pull-request-size bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Dec 2, 2024
@github-actions github-actions bot added modifies/translation modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code modifies/templates This PR modifies the template files labels Dec 2, 2024
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Dec 2, 2024
@yp05327
Copy link
Contributor

yp05327 commented Dec 3, 2024

IIRC, @ExplodingDragon has fix the UI problem in the origin PR.
image

But according to him, it seems that not only in arch package, others also has this problem.
This can be fixed later. Not a block.

@wxiaoguang
Copy link
Contributor

wxiaoguang commented Dec 3, 2024

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. This can be fixed later. Not a block.

The UI problem is caused by inconsistent code and copy&paste mistake, will be completely fixed by 19cb13b and d341038

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Dec 4, 2024
@lunny lunny added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Dec 4, 2024
@lunny lunny enabled auto-merge (squash) December 4, 2024 22:44
@lunny lunny merged commit 0c3c041 into go-gitea:main Dec 4, 2024
26 checks passed
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label Dec 4, 2024
zjjhot added a commit to zjjhot/gitea that referenced this pull request Dec 5, 2024
* 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)
@KN4CK3R KN4CK3R deleted the feature-arch branch December 16, 2024 14:56
@wxiaoguang
Copy link
Contributor

@KN4CK3R the proper route handling: Refactor arch route handlers #32993

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code modifies/templates This PR modifies the template files modifies/translation size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. topic/packages type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arch linux packages
6 participants