Merge "Upgrade Gitea to 1.16.6"
This commit is contained in:
commit
9107260054
@ -27,7 +27,7 @@ FROM docker.io/library/golang:1.18-bullseye AS build-env
|
|||||||
|
|
||||||
LABEL maintainer="infra-root@openstack.org"
|
LABEL maintainer="infra-root@openstack.org"
|
||||||
|
|
||||||
ARG GITEA_VERSION="v1.16.5"
|
ARG GITEA_VERSION="v1.16.6"
|
||||||
ENV TAGS "bindata $TAGS"
|
ENV TAGS "bindata $TAGS"
|
||||||
|
|
||||||
#Build deps
|
#Build deps
|
||||||
|
@ -35,8 +35,10 @@ DISABLED_REPO_UNITS = repo.issues,repo.pulls,repo.wiki,repo.projects
|
|||||||
DISABLE_STARS = true
|
DISABLE_STARS = true
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
; Implemented in 1.16 but breaks pip install when using older Git clients
|
; Implemented in 1.16 but broke older git clients. Now expected to work
|
||||||
DISABLE_PARTIAL_CLONE = true
|
; but we keep explicit config in place should it need to be toggled back
|
||||||
|
; to true again.
|
||||||
|
DISABLE_PARTIAL_CLONE = false
|
||||||
|
|
||||||
[indexer]
|
[indexer]
|
||||||
ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
|
ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
|
||||||
|
Loading…
x
Reference in New Issue
Block a user