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.
 
 
 
 
 
 

29 lines
907 B

Index: src/k8s.io/helm/Makefile
--- src/k8s.io/helm/Makefile.orig 2021-01-16 19:54:55.575070000 +0100
+++ src/k8s.io/helm/Makefile 2021-01-16 19:55:38.126831000 +0100
@@ -22,8 +22,8 @@
TAGS :=
TESTS := .
TESTFLAGS :=
-LDFLAGS := -w -s
-GOFLAGS :=
+LDFLAGS :=
+GOFLAGS := -v
# Rebuild the buinary if any of these files change
SRC := $(shell find . -type f -name '*.go' -print) go.mod go.sum
@@ -31,10 +31,10 @@
# 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)