diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-29 12:10:44 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-29 17:57:32 +0000 |
commit | 6ba6b186a41ca7cb937bce6815cbb5e4a09235f8 (patch) | |
tree | 191cc7a08efff6997dd25bcc451221733c01aa8f /Makefile | |
parent | 681a8c85ed31fcbf6cb3594a791deb418dbf3954 (diff) | |
download | podman-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |