summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-09 10:08:32 -0500
committerMatthew Heon <matthew.heon@gmail.com>2018-03-09 10:08:32 -0500
commit80723e4b9b8bea5bc2c193d496a23a9045b192e1 (patch)
treeb77ea366d6a311f9e8e5e3f7934048884299c5ef /Makefile
parent8e7164726996a07b7f6ba22bdadf665f1baa72ab (diff)
downloadpodman-80723e4b9b8bea5bc2c193d496a23a9045b192e1.tar.gz
podman-80723e4b9b8bea5bc2c193d496a23a9045b192e1.tar.bz2
podman-80723e4b9b8bea5bc2c193d496a23a9045b192e1.zip
Update gitvalidation epoch
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85a65e3a0..fccae08d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
GO ?= go
-EPOCH_TEST_COMMIT ?= bd7de5d5dd
+EPOCH_TEST_COMMIT ?= 7516dfd8c5
HEAD ?= HEAD
PROJECT := github.com/projectatomic/libpod
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)