diff options
author | baude <bbaude@redhat.com> | 2017-11-03 10:09:27 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2017-11-03 10:12:44 -0500 |
commit | 5b6fb0411a2167fd95fa32d726ac1bd97eb750ff (patch) | |
tree | 8f81b6ffbf3885cba982cd5815bd899a8737ea64 | |
parent | 7bb1d240281e95aeb5eb5f761823e766d2804683 (diff) | |
download | podman-5b6fb0411a2167fd95fa32d726ac1bd97eb750ff.tar.gz podman-5b6fb0411a2167fd95fa32d726ac1bd97eb750ff.tar.bz2 podman-5b6fb0411a2167fd95fa32d726ac1bd97eb750ff.zip |
Makefile: Add repo EPOCH
The git ID for the repo's EPOCH was incorrect in the Makefile
so .gitvalidation would not run correctly.
Signed-off-by: baude <bbaude@redhat.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ GO ?= go -EPOCH_TEST_COMMIT ?= 1cc5a27 +EPOCH_TEST_COMMIT ?= 2b74391 PROJECT := github.com/projectatomic/libpod GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null) GIT_BRANCH_CLEAN := $(shell echo $(GIT_BRANCH) | sed -e "s/[^[:alnum:]]/-/g") |