1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 08:54:47 +01:00
gitea/modules/util
KN4CK3R bf999e4069
Add Debian package registry (#24426)
Co-authored-by: @awkwardbunny

This PR adds a Debian package registry.
You can follow [this
tutorial](https://www.baeldung.com/linux/create-debian-package) to build
a *.deb package for testing.
Source packages are not supported at the moment and I did not find
documentation of the architecture "all" and how these packages should be
treated.


![grafik](https://user-images.githubusercontent.com/1666336/218126879-eb80a866-775c-4c8e-8529-5797203a64e6.png)

Part of #20751.

Revised copy of #22854.

---------

Co-authored-by: Brian Hong <brian@hongs.me>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-02 12:31:35 -04:00
..
filebuffer Add Debian package registry (#24426) 2023-05-02 12:31:35 -04:00
error.go
file_unix_test.go
file_unix.go
file_windows.go
io.go
keypair_test.go
keypair.go
legacy_test.go
legacy.go
pack_test.go
pack.go
paginate_test.go
paginate.go
path_test.go
path.go
remove.go
sanitize_test.go
sanitize.go
sec_to_time_test.go
sec_to_time.go
shellquote_test.go
shellquote.go
slice_test.go Use more specific test methods (#24265) 2023-04-22 17:56:27 -04:00
slice.go
string_test.go
string.go
timer_test.go
timer.go
truncate_test.go Use more specific test methods (#24265) 2023-04-22 17:56:27 -04:00
truncate.go
url.go
util_test.go
util.go