[arch-commits] Commit in gitea/trunk (PKGBUILD gitea-arch-defaults.patch)
Bruno Pagani
archange at gemini.archlinux.org
Mon Jul 19 15:52:05 UTC 2021
Date: Monday, July 19, 2021 @ 15:52:04
Author: archange
Revision: 978742
upgpkg: gitea 1.14.5-1
Refresh patch accordingly
Modified:
gitea/trunk/PKGBUILD
gitea/trunk/gitea-arch-defaults.patch
---------------------------+
PKGBUILD | 17 +++++++++--------
gitea-arch-defaults.patch | 23 +++++++++++++----------
2 files changed, 22 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 15:51:36 UTC (rev 978741)
+++ PKGBUILD 2021-07-19 15:52:04 UTC (rev 978742)
@@ -3,9 +3,9 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.13.7
+pkgver=1.14.5
pkgrel=1
-pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
+pkgdesc="Painless self-hosted Git service, community managed."
arch=(x86_64)
url="https://gitea.io"
license=(MIT)
@@ -21,17 +21,17 @@
'sqlite: SQLite support'
)
backup=('etc/gitea/app.ini')
-_tag=90c9af99ae052a2b0fa937e2863eddecc4145f97 # git rev-parse v${pkgver}
+_tag=7da5c8ff95a0ed5877a4a54014fdca432ed0adf7 # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
gitea.tmpfiles
gitea.service
gitea.sysusers
gitea-arch-defaults.patch)
-sha256sums=('SKIP'
- '1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
- 'd4e6b0dc3d5b40c3f1254b5a8bc8f62e0b1126e0559b1f024b3ebf0ccda91af8'
- '7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5'
- '9209c385a59cef83fd4c526b445de998c7b30c345c0b6101570142b4ce29ee1f')
+sha256sums=(SKIP
+ 1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba
+ d4e6b0dc3d5b40c3f1254b5a8bc8f62e0b1126e0559b1f024b3ebf0ccda91af8
+ 7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5
+ 912b5c41a6ca0b5be948a4eff0475e596cdc685bfd3da2aa914b5f762aaf272c)
validpgpkeys=(
8C4033A23895237CB27D52D9D9B5613BEB813F99 # Matti Ranta <matti at mdranta.net> old RSA2048, retrieved from https://github.com/techknowlogick.gpg
B56E3C7437A49E136862F5DE9D8A57ADAA232E95 # Matti Ranta <matti at mdranta.net> new RSA4096, retrieved from https://github.com/techknowlogick.gpg
@@ -40,6 +40,7 @@
D8F9672D77C0BB60A024C23EDFDE60A0093EB926 # Lauris Bukšis-Haberkorns <lauris at nix.lv> new RSA4096
BA66F67FD73F7058D712D308C3B7C91B632F738A # Lunny Xiao <xiaolunwen at gmail.com>, retrieved from https://github.com/lunny.gpg
B5F0915813554C32C1D599C2C99B82E40B027BAE # '6543' <6543 at obermui.de>
+ D2CF76DA95F201E9901532AB3CDE74631F13A748 # Andrew Thornton <art27 at cantab.net>, retrieved from https://github.com/zeripath.gpg
)
prepare() {
Modified: gitea-arch-defaults.patch
===================================================================
--- gitea-arch-defaults.patch 2021-07-19 15:51:36 UTC (rev 978741)
+++ gitea-arch-defaults.patch 2021-07-19 15:52:04 UTC (rev 978742)
@@ -1,6 +1,6 @@
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
-@@ -7,6 +7,6 @@
+@@ -9,7 +9,7 @@
; App name that shows in every page title
APP_NAME = Gitea: Git with a cup of tea
; Change it if you run locally
@@ -8,14 +8,17 @@
+RUN_USER = gitea
; Application run mode, affects performance and debugging. Either "dev", "prod" or "test", default is "prod"
RUN_MODE = prod
-@@ -18,5 +18,5 @@
-
+
+@@ -20,7 +20,7 @@ PROJECT_BOARD_BUG_TRIAGE_TYPE = Needs Triage, High Priority, Low Priority, Close
+
[repository]
+ ; Root path for storing all repository data. It must be an absolute path. By default it is stored in a sub-directory of `APP_DATA_PATH`.
-ROOT =
+ROOT = /var/lib/gitea/repos
+ ; The script type this server supports. Usually this is `bash`, but some users report that only `sh` is available.
SCRIPT_TYPE = bash
; DETECTED_CHARSETS_ORDER tie-break order for detected charsets.
-@@ -424,7 +424,7 @@ SQLITE_TIMEOUT = 500
+@@ -442,7 +442,7 @@ SQLITE_TIMEOUT = 500
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
; Show the database generated SQL
@@ -24,9 +27,9 @@
; Maximum number of DB Connect retries
DB_RETRIES = 10
; Backoff time per DB retry (time.Duration)
-@@ -838,10 +838,10 @@ FORMAT =
+@@ -875,10 +875,10 @@ FORMAT =
DEFAULT_UI_LOCATION =
-
+
[log]
-ROOT_PATH =
+ROOT_PATH = /var/log/gitea/
@@ -36,13 +39,13 @@
+MODE = console, file
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
- REDIRECT_MACARON_LOG = false
-@@ -866,7 +866,7 @@ COLORIZE = false
-
+ ; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Info"
+@@ -901,7 +901,7 @@ COLORIZE = false
+
; For "console" mode only
[log.console]
-LEVEL =
+LEVEL = Info
STDERR = false
-
+
; For "file" mode only
More information about the arch-commits
mailing list