From 85c6730591b0d5091e967a3676e9f6c7f30ade61 Mon Sep 17 00:00:00 2001 From: Jose Bigio Date: Tue, 28 Aug 2018 13:27:01 -0700 Subject: [PATCH] Bump the epoch from 2 to 3 for deb packages Signed-off-by: Jose Bigio Upstream-commit: 4f3c49bc920bd125aeeea546d48c561f317c4c37 Component: packaging --- components/packaging/deb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/packaging/deb/Makefile b/components/packaging/deb/Makefile index cf3a8bb705..8cfbbcd2bd 100644 --- a/components/packaging/deb/Makefile +++ b/components/packaging/deb/Makefile @@ -11,7 +11,7 @@ GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION) SUFFIX=ce DEB_VERSION?=$(shell SUFFIX=$(SUFFIX) ./gen-deb-ver $(CLI_DIR) "$(VERSION)") CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown -EPOCH?=2 +EPOCH?=3 COMMON_FILES=common BUILD?=docker build \