working commit
This commit is contained in:
+3
-2
@@ -106,7 +106,7 @@ EXTRA_mstored_SOURCES = \
|
|||||||
pkg/client/imagepush.go \
|
pkg/client/imagepush.go \
|
||||||
pkg/client/service.go
|
pkg/client/service.go
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = vendor/ \
|
||||||
Containerfile \
|
Containerfile \
|
||||||
go.mod \
|
go.mod \
|
||||||
go.sum \
|
go.sum \
|
||||||
@@ -167,7 +167,8 @@ EXTRA_DIST = \
|
|||||||
test/account_test.go \
|
test/account_test.go \
|
||||||
test/file_test.go \
|
test/file_test.go \
|
||||||
test/image_test.go \
|
test/image_test.go \
|
||||||
test/test-oci.img
|
test/test-oci.tar
|
||||||
|
|
||||||
|
|
||||||
format:
|
format:
|
||||||
@dirs=$$($(FIND) $(CWD) -name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \
|
@dirs=$$($(FIND) $(CWD) -name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \
|
||||||
|
|||||||
Reference in New Issue
Block a user