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
830 B

Index: src/k8s.io/helm/Makefile
--- src/k8s.io/helm/Makefile.orig 2020-02-21 08:37:37.590377000 +0100
+++ src/k8s.io/helm/Makefile 2020-02-21 08:38:04.648125000 +0100
@@ -19,17 +19,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 = /usr/bin/env 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)