summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-03-16 11:06:08 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-03-16 11:06:08 -0400
commitbd687aaac140a17302e2070a5e1cade8698a0d10 (patch)
tree153927f9ce478b77c02ce74822d23f12d862d5ae /Makefile
parent106fcaaab6a7b9ecca079b777bb72ea39540f7b3 (diff)
downloadpodman-bd687aaac140a17302e2070a5e1cade8698a0d10.tar.gz
podman-bd687aaac140a17302e2070a5e1cade8698a0d10.tar.bz2
podman-bd687aaac140a17302e2070a5e1cade8698a0d10.zip
Bump 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 4ab07e3f0..58fa0b93c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
GO ?= go
-EPOCH_TEST_COMMIT ?= 7516dfd8c5
+EPOCH_TEST_COMMIT ?= c08a1e0b11
HEAD ?= HEAD
PROJECT := github.com/projectatomic/libpod
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)