mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Revert "Set VERSION from git once, in a variable (#1447)"
This reverts commit 410af6971b.
			
			
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -14,9 +14,7 @@ JAVASCRIPTS :=
 | 
			
		||||
GOFLAGS := -i -v
 | 
			
		||||
EXTRA_GOFLAGS ?=
 | 
			
		||||
 | 
			
		||||
VERSION := $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')
 | 
			
		||||
 | 
			
		||||
LDFLAGS := -X "main.Version=$(VERSION)" -X "main.Tags=$(TAGS)"
 | 
			
		||||
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"
 | 
			
		||||
 | 
			
		||||
PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations,$(shell go list ./... | grep -v /vendor/))
 | 
			
		||||
SOURCES ?= $(shell find . -name "*.go" -type f)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user