aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea/allow-to-set-version.patch
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2019-09-04 18:55:08 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-13 13:49:00 +0200
commit16652f9f5fa3b4bc0800a0563d6fc6d3eed16fdb (patch)
tree92639be14da7df953ea3b2005a3082111c7508f3 /community/gitea/allow-to-set-version.patch
parentad075be2138b9720aba6fe510b7ac6d505c3edb5 (diff)
downloadaports-16652f9f5fa3b4bc0800a0563d6fc6d3eed16fdb.tar.bz2
aports-16652f9f5fa3b4bc0800a0563d6fc6d3eed16fdb.tar.xz
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
Diffstat (limited to 'community/gitea/allow-to-set-version.patch')
-rw-r--r--community/gitea/allow-to-set-version.patch11
1 files changed, 0 insertions, 11 deletions
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)"