mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00
libpod/finished_amd64.go -> libpod/finished64.go
Rename finished_amd64 to finished64.go to more accurately reflect that it covers all 64bit arches. Also, bumped the EPOCH for gitvalidation to speed up validations. Signed-off-by: baude <bbaude@redhat.com> Closes: #318 Approved by: mheon
This commit is contained in:
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
GO ?= go
|
||||
EPOCH_TEST_COMMIT ?= 858116f
|
||||
EPOCH_TEST_COMMIT ?= 9e3a5da6
|
||||
HEAD ?= HEAD
|
||||
PROJECT := github.com/projectatomic/libpod
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
||||
|
Reference in New Issue
Block a user