pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aws-iam-authenticator: "Unset" build date and commit id



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Sep 12 14:34:21 2022 +0200
Changeset:	e3c94c78fae45f2ff1dd6a27ed19436d087c7074

Modified Files:
	aws-iam-authenticator/Makefile

Log Message:
aws-iam-authenticator: "Unset" build date and commit id

Instead of literally setting them to two double-quotes just set them to empty.

Now `aws-iam-authenticator' just print the version without any build
date.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e3c94c78fae45f2ff1dd6a27ed19436d087c7074

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aws-iam-authenticator/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/aws-iam-authenticator/Makefile b/aws-iam-authenticator/Makefile
index 4714512654..994fde7314 100644
--- a/aws-iam-authenticator/Makefile
+++ b/aws-iam-authenticator/Makefile
@@ -12,8 +12,8 @@ LICENSE=	apache-2.0
 
 GO_BUILD_PATTERN+=	-ldflags ' \
 			-X sigs.k8s.io/aws-iam-authenticator/pkg.Version=${GITHUB_TAG} \
-			-X sigs.k8s.io/aws-iam-authenticator/pkg.BuildDate="" \
-			-X sigs.k8s.io/aws-iam-authenticator/pkg.CommitID=""'
+			-X sigs.k8s.io/aws-iam-authenticator/pkg.BuildDate= \
+			-X sigs.k8s.io/aws-iam-authenticator/pkg.CommitID='
 GO_BUILD_PATTERN+=	./cmd/aws-iam-authenticator
 
 .include "go-modules.mk"


Home | Main Index | Thread Index | Old Index