diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 15:42:04 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-01-10 15:42:04 -0500 |
commit | bffd2f50c312109d4728373b60215cf03ffcfdf1 (patch) | |
tree | b0c25988c41ebbec84952163d2c99e6f25009e6e | |
parent | 76c57f55cacb7916ca451e378d181b1c30c94032 (diff) | |
download | podman-bffd2f50c312109d4728373b60215cf03ffcfdf1.tar.gz podman-bffd2f50c312109d4728373b60215cf03ffcfdf1.tar.bz2 podman-bffd2f50c312109d4728373b60215cf03ffcfdf1.zip |
Update gitvalidation to avoid reverts w/o signoffs
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ GO ?= go DESTDIR ?= / -EPOCH_TEST_COMMIT ?= e1732a5213147e3c0b7bf60b55a332c3720ecb4b +EPOCH_TEST_COMMIT ?= 76c57f55cacb7916ca451e378d181b1c30c94032 HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD |