diff options
author | baude <bbaude@redhat.com> | 2018-02-09 10:19:25 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-09 17:00:04 +0000 |
commit | 4ea26aace4d7fff52c52b438bd6df03645834b4f (patch) | |
tree | 5d96fc6fd7d755d02818d551c39d068d682324fe | |
parent | a8092a105b493f3c7f9ee063aa2ca035bc7f9be8 (diff) | |
download | podman-4ea26aace4d7fff52c52b438bd6df03645834b4f.tar.gz podman-4ea26aace4d7fff52c52b438bd6df03645834b4f.tar.bz2 podman-4ea26aace4d7fff52c52b438bd6df03645834b4f.zip |
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
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | libpod/finished64.go (renamed from libpod/finished_amd64.go) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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) diff --git a/libpod/finished_amd64.go b/libpod/finished64.go index 11dbc9181..11dbc9181 100644 --- a/libpod/finished_amd64.go +++ b/libpod/finished64.go |