summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-11-29 12:10:44 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-29 17:57:32 +0000
commit6ba6b186a41ca7cb937bce6815cbb5e4a09235f8 (patch)
tree191cc7a08efff6997dd25bcc451221733c01aa8f
parent681a8c85ed31fcbf6cb3594a791deb418dbf3954 (diff)
downloadpodman-6ba6b186a41ca7cb937bce6815cbb5e4a09235f8.tar.gz
podman-6ba6b186a41ca7cb937bce6815cbb5e4a09235f8.tar.bz2
podman-6ba6b186a41ca7cb937bce6815cbb5e4a09235f8.zip
Update gitvalidation epoch to ignore older errors after update
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #85 Approved by: rhatdan
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)