From 4ea26aace4d7fff52c52b438bd6df03645834b4f Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 9 Feb 2018 10:19:25 -0600 Subject: libpod/finished_amd64.go -> libpod/finished64.go Rename finished_amd64 to finished64.go to more accurately reflect that it covers all 64bit arches. Also, bumped the EPOCH for gitvalidation to speed up validations. Signed-off-by: baude Closes: #318 Approved by: mheon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14fd9ff1b..bb5779d25 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GO ?= go -EPOCH_TEST_COMMIT ?= 858116f +EPOCH_TEST_COMMIT ?= 9e3a5da6 HEAD ?= HEAD PROJECT := github.com/projectatomic/libpod GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null) -- cgit v1.2.3-54-g00ecf