mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
pass in git commit override when building deb
Signed-off-by: Andrew Hsu <andrewhsu@docker.com> Upstream-commit: 3c70b56937c415c6bf3516aeaa5231c6d7d3145d Component: packaging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user