4ddf94dee5
refactor organization menu ( #33928 )
...
Fix missing items in organization menu.
**Menu**
<details>
<summary>Show</summary>
Before:

After:

</details>
**Packages**
<details>
keep it consistent with the other pages.
<summary>Show</summary>
Before:

After:

</details>
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-04-10 12:12:55 -07:00
fba365b425
Only show the latest version in the Arch index ( #33262 )
...
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 >
2025-02-13 01:24:44 +00:00
581e52b3e7
Relax the version checking for Arch packages ( #32908 )
...
It is mentioned in https://man.archlinux.org/man/PKGBUILD.5 : 'The
variable is not allowed to contain colons, forward slashes, hyphens, or
whitespace.'
`_` is also an allowed character, and some software in the Arch Linux
AUR uses this naming convention.
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2024-12-19 09:41:23 +00:00
Exploding Dragon and GitHub
2beaedc417
Fix Arch package metadata introduced incorrect field ( #32881 )
...
Incorrect content was introduced while generating the index, which has
now been removed, and the missing fields have been added.

2024-12-18 15:25:05 +08:00
269c630923
Fix: database not update release when using git push --tags --force ( #32040 )
...
link: https://codeberg.org/forgejo/forgejo/issues/4274
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-09-18 20:15:03 +00:00
Exploding Dragon and GitHub
de175e3b06
Add signature support for the RPM module ( #27069 )
...
close #27031
If the rpm package does not contain a matching gpg signature, the
installation will fail. See (#27031 ) , now auto-signing rpm uploads.
This option is turned off by default for compatibility.
2024-08-06 09:03:33 -04:00
Exploding Dragon and GitHub
ba4d0b8ffb
Support for grouping RPMs using paths ( #26984 )
...
The current rpm repository places all packages in the same repository,
and different systems (el7,f34) may hit packages that do not belong to
this distribution ( #25304 ) , which now supports grouping of rpm.

Fixes #25304 .
Fixes #27056 .
Refactor: [#25866 ](https://github.com/go-gitea/gitea/pull/25866 )
2024-01-12 03:16:05 +00:00