From 680164099ab5e786aabc6930092a8618f3b095ff Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Thu, 25 May 2017 05:57:29 +0000 Subject: [PATCH] pass in git commit override when building deb Signed-off-by: Andrew Hsu Upstream-commit: 3c70b56937c415c6bf3516aeaa5231c6d7d3145d Component: packaging --- components/packaging/deb/common/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/packaging/deb/common/rules b/components/packaging/deb/common/rules index d098e3a816..74f4b7c8d9 100644 --- a/components/packaging/deb/common/rules +++ b/components/packaging/deb/common/rules @@ -12,7 +12,7 @@ override_dh_gencontrol: override_dh_auto_build: cd engine && ./hack/make.sh dynbinary - cd cli && LDFLAGS="" make VERSION=$(VERSION) dynbinary + cd cli && LDFLAGS='' make VERSION=$(VERSION) GITCOMMIT=$(DOCKER_GITCOMMIT) dynbinary # ./man/md2man-all.sh runs outside the build container (if at all), since we don't have go-md2man here override_dh_auto_test: