diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-18 09:30:46 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-18 13:56:47 +0000 |
commit | fc81dd71feef94cc754485ee2a38444eb67c4d8c (patch) | |
tree | 5c0495b026808c172997b512842a9f73ff43e506 /Makefile | |
parent | b1e709806dd628b542bda4dc823ff8c0ca870110 (diff) | |
download | podman-fc81dd71feef94cc754485ee2a38444eb67c4d8c.tar.gz podman-fc81dd71feef94cc754485ee2a38444eb67c4d8c.tar.bz2 podman-fc81dd71feef94cc754485ee2a38444eb67c4d8c.zip |
Update gitvalidation epoch
A commit snuck through without a DCO, update to a commit after
the broken one.
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #957
Approved by: mheon
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 ?= 16ea659757ad961d6d9ac3c95d9efbc1a426cef0 +EPOCH_TEST_COMMIT ?= 9e134576e8eb047466706fa71a201def6d5d8159 HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD |