-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Arch package registry: client error when two versions of a package are present #33534
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
Comments
@KN4CK3R Please take a look. |
Only show the latest version in the Arch index #33262 ? |
Or maybe pacman is just designed that way: it expects the package database should only have one version? |
I think it is by design. In each db, only one version of the packages is supposed to be present.
Different versions can be in different databases. E.g. when there is a need to have both older and newer version at the same time, the package name is changed. E.g. postgresql and postgresql-old-upgrade |
Only show the latest version of the package in the arch repo. closes #33534 --------- Co-authored-by: Giteabot <teabot@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Only show the latest version of the package in the arch repo. closes go-gitea#33534 --------- Co-authored-by: Giteabot <teabot@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Description
When a new version of a package is added, the database includes both old and new versions. This confuses pacman client.
The default core and extra repos include only the latest version of each package.
Gitea Version
1.23.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
archlinux
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: