You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
822 B

Index: src/k8s.io/helm/Makefile
--- src/k8s.io/helm/Makefile.orig 2019-11-24 10:10:17.837633000 +0100
+++ src/k8s.io/helm/Makefile 2019-11-24 10:11:10.057142000 +0100
@@ -17,17 +17,17 @@
TAGS :=
TESTS := .
TESTFLAGS :=
-LDFLAGS := -w -s
-GOFLAGS :=
+LDFLAGS :=
+GOFLAGS := -v
SRC := $(shell find . -type f -name '*.go' -print)
# Required for globs to work correctly
SHELL = /bin/bash
-GIT_COMMIT = $(shell git rev-parse HEAD)
-GIT_SHA = $(shell git rev-parse --short HEAD)
-GIT_TAG = $(shell git describe --tags --abbrev=0 --exact-match 2>/dev/null)
-GIT_DIRTY = $(shell test -n "`git status --porcelain`" && echo "dirty" || echo "clean")
+GIT_COMMIT = 000000
+GIT_SHA = 000000
+GIT_TAG = master
+GIT_DIRTY = clean
ifdef VERSION
BINARY_VERSION = $(VERSION)