diff options
author | Matthew Heon <mheon@redhat.com> | 2020-01-06 15:16:38 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-01-06 15:16:38 -0500 |
commit | 8e4a489e1b26fa56e2bc0ef8ac4fb203d0f95066 (patch) | |
tree | 58f72e730333f663d8f36593fff345eb78f00b5d /Makefile | |
parent | 08849db4b0dd758d93eb2ffda5e9e5c03b3699b8 (diff) | |
download | podman-8e4a489e1b26fa56e2bc0ef8ac4fb203d0f95066.tar.gz podman-8e4a489e1b26fa56e2bc0ef8ac4fb203d0f95066.tar.bz2 podman-8e4a489e1b26fa56e2bc0ef8ac4fb203d0f95066.zip |
Bump gitvalidation epoch
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ export GOPROXY=https://proxy.golang.org GO ?= go DESTDIR ?= -EPOCH_TEST_COMMIT ?= 1faa5bb6cdddc2d4b36b1c25261952c9ccf90f61 +EPOCH_TEST_COMMIT ?= 2d8f1c8fda4d0a8b7c41addbc89f0b2f83908ec2 HEAD ?= HEAD CHANGELOG_BASE ?= HEAD~ CHANGELOG_TARGET ?= HEAD |