Merge "Upgrade Gitea to 1.16.6"

This commit is contained in:
Zuul 2022-04-21 18:14:31 +00:00 committed by Gerrit Code Review
commit 9107260054
2 changed files with 5 additions and 3 deletions

View File

@ -27,7 +27,7 @@ FROM docker.io/library/golang:1.18-bullseye AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.16.5"
ARG GITEA_VERSION="v1.16.6"
ENV TAGS "bindata $TAGS"
#Build deps

View File

@ -35,8 +35,10 @@ DISABLED_REPO_UNITS = repo.issues,repo.pulls,repo.wiki,repo.projects
DISABLE_STARS = true
[git]
; Implemented in 1.16 but breaks pip install when using older Git clients
DISABLE_PARTIAL_CLONE = true
; Implemented in 1.16 but broke older git clients. Now expected to work
; but we keep explicit config in place should it need to be toggled back
; to true again.
DISABLE_PARTIAL_CLONE = false
[indexer]
ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve