From 16652f9f5fa3b4bc0800a0563d6fc6d3eed16fdb Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 4 Sep 2019 18:55:08 +0200 Subject: community/gitea: upgrade to 1.9.4 * Add aarch64 again - to test it with CI - Delete problem (https://github.com/go-gitea/gitea/issues/5324) from image file * fix make test - Exclude tests --- community/gitea/allow-to-set-version.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 community/gitea/allow-to-set-version.patch (limited to 'community/gitea/allow-to-set-version.patch') diff --git a/community/gitea/allow-to-set-version.patch b/community/gitea/allow-to-set-version.patch deleted file mode 100644 index 3e2d62a399..0000000000 --- a/community/gitea/allow-to-set-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile -+++ ./Makefile -@@ -33,7 +33,7 @@ - else - VERSION ?= master - endif -- GITEA_VERSION := $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//') -+ GITEA_VERSION ?= $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//') - endif - - LDFLAGS := -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)" -- cgit v1.2.3