From 6ba6b186a41ca7cb937bce6815cbb5e4a09235f8 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 29 Nov 2017 12:10:44 -0500 Subject: Update gitvalidation epoch to ignore older errors after update Signed-off-by: Matthew Heon Closes: #85 Approved by: rhatdan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5a464d40..e921b92eb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ GO ?= go -EPOCH_TEST_COMMIT ?= 5cfd7a3 +EPOCH_TEST_COMMIT ?= 5d52f74 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