Update gitea to 1.9.4
This is the latest release from upstream. We're not currently running with any additional patches, although we did submit one for the atomic updating of repo counts. That patch will be in 1.10. There is only one change to the templates we've customized since the ref we're running from. That is included in the repo/header.tmpl. Change-Id: Id426ce6072e127a08810b9fbb109445d36bef2d9
This commit is contained in:
parent
1ce80389f1
commit
cedb272a9b
@ -26,7 +26,7 @@ FROM golang:1.11-stretch AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION=6eb53ac570ab9af51fc9cbd79f1db782edce57e0
|
||||
ARG GITEA_VERSION=v1.9.4
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
@ -3,7 +3,11 @@
|
||||
<div class="ui container">
|
||||
<div class="repo-header">
|
||||
<div class="ui huge breadcrumb repo-title">
|
||||
{{if .RelAvatarLink}}
|
||||
<img class="ui avatar image" src="{{.RelAvatarLink}}">
|
||||
{{else}}
|
||||
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
|
||||
{{end}}
|
||||
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
|
||||
<div class="divider"> / </div>
|
||||
<a href="{{$.RepoLink}}">{{.Name}}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user