aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitea/allow-to-set-version.patch
diff options
context:
space:
mode:
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)"