gitea/templates/package/content
Cory Sanin 851db77256
Fix Arch repo pacman.conf snippet (#35825)
Current template uses the owner followed by the instance URL as the repo
name. Technically this can work if the repo happens to be named the
exact same way. But if, for example, you follow [the
docs](https://docs.gitea.com/usage/packages/arch/#publish-a-package),
you'll end up with a package in `core` while the pacman conf refers to a
non-existent repo `testuser.gitea.example.com`. Whatever is in the
square brackets get substituted in for `$repo`, so we do not want
anything except the exact repo name there.

And since it's now referring to the repo and not the owner, I've updated
the pacman conf to show all repositories.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2025-11-04 18:07:04 +07:00
..
alpine.tmpl
arch.tmpl Fix Arch repo pacman.conf snippet (#35825) 2025-11-04 18:07:04 +07:00
cargo.tmpl
chef.tmpl
composer.tmpl
composer_dependencies.tmpl
conan.tmpl
conda.tmpl
container.tmpl Refactor packages (func name & UI) (#34773) 2025-06-18 19:04:24 +07:00
cran.tmpl
debian.tmpl
generic.tmpl
go.tmpl
helm.tmpl
maven.tmpl
npm.tmpl
npm_dependencies.tmpl
nuget.tmpl
pub.tmpl
pypi.tmpl Fix some package registry problems (#34759) 2025-06-19 00:32:43 +07:00
rpm.tmpl
rubygems.tmpl
rubygems_dependencies.tmpl
swift.tmpl
vagrant.tmpl