mirror of https://github.com/containers/podman.git
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>
This commit is contained in:
parent
7bb1d24028
commit
5b6fb0411a
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
GO ?= go
|
GO ?= go
|
||||||
EPOCH_TEST_COMMIT ?= 1cc5a27
|
EPOCH_TEST_COMMIT ?= 2b74391
|
||||||
PROJECT := github.com/projectatomic/libpod
|
PROJECT := github.com/projectatomic/libpod
|
||||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
||||||
GIT_BRANCH_CLEAN := $(shell echo $(GIT_BRANCH) | sed -e "s/[^[:alnum:]]/-/g")
|
GIT_BRANCH_CLEAN := $(shell echo $(GIT_BRANCH) | sed -e "s/[^[:alnum:]]/-/g")
|
||||||
|
|
Loading…
Reference in New Issue