working commit

This commit is contained in:
2026-02-20 14:08:47 +02:00
parent e2b3eaf6b8
commit 027d510d61
+3 -2
View File
@@ -106,7 +106,7 @@ EXTRA_mstored_SOURCES = \
pkg/client/imagepush.go \
pkg/client/service.go
EXTRA_DIST = \
EXTRA_DIST = vendor/ \
Containerfile \
go.mod \
go.sum \
@@ -167,7 +167,8 @@ EXTRA_DIST = \
test/account_test.go \
test/file_test.go \
test/image_test.go \
test/test-oci.img
test/test-oci.tar
format:
@dirs=$$($(FIND) $(CWD) -name '*.go' | $(XARGS) -n1 dirname | $(SORT) | $(UNIQ)); \